diff MySQL/Plugins/PrepareIndex.sql @ 16:9e419261f1c9

mysql storage area working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Jul 2018 10:10:35 +0200
parents 7cea966b6829
children cd9521e04249
line wrap: on
line diff
--- a/MySQL/Plugins/PrepareIndex.sql	Tue Jul 10 07:15:13 2018 +0200
+++ b/MySQL/Plugins/PrepareIndex.sql	Tue Jul 10 10:10:35 2018 +0200
@@ -3,9 +3,6 @@
        value TEXT
        );
 
--- Set GlobalProperty_DatabaseSchemaVersion
-INSERT INTO GlobalProperties VALUES (1, '6');
-       
 CREATE TABLE Resources(
        internalId BIGINT NOT NULL AUTO_INCREMENT,
        resourceType INTEGER NOT NULL,