Skip to content

Commit

Permalink
Update upgrade_slims8.3_akasia.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
heroesoebekti committed Sep 20, 2017
1 parent 6c2a655 commit 7dc0758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/upgrade_slims8.3_akasia.sql
Expand Up @@ -19,7 +19,7 @@ CREATE TABLE `mst_servers` (
`server_type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '1 - p2p server; 2 - z3950; 3 - z3950 SRU',
`input_date` datetime NOT NULL,
`last_update` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Indexes for table `mst_servers`
Expand Down

0 comments on commit 7dc0758

Please sign in to comment.