mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 18:04:26 +02:00
Remove the "MyISAM" from the SQL scripts - this engine is outdated.
This commit is contained in:
parent
88075f4f83
commit
3f90814e30
2 changed files with 4 additions and 4 deletions
|
@ -10,4 +10,4 @@ CREATE TABLE IF NOT EXISTS `mailstream_item` (
|
|||
KEY `message-id` (`message-id`),
|
||||
KEY `created` (`created`),
|
||||
KEY `completed` (`completed`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
) DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue