]> 91.132.146.200 Git - insipid.git/commitdiff
fixed some minor error in crate sql file
authorBanana <banana@mirage>
Wed, 25 Dec 2019 10:11:26 +0000 (11:11 +0100)
committerBanana <banana@mirage>
Wed, 25 Dec 2019 10:11:26 +0000 (11:11 +0100)
ChangeLog
documentation/insipid-edit-me.sql

index efc8c7629b54beab245824a8530bec13a7bdda6e..c4e293b02cef32816c1a24d396229dc6ad63270c 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ version 2.2alpha - Guardian of Ice - (tba)
        * small stats overview
        * links can now be deleted...
        * awaiting moderation links can new be moderated
+       * Fixed an error in create sql file
 
 version 2.1alpha - Guardian of Fire - (2019-09-29)
 
index 36063145033da0e06489ec2e82411d0ea839b4e4..82a0b0dd35405899d5f367046ae2b6c94567d45d 100644 (file)
@@ -98,7 +98,7 @@ CREATE TABLE `#REPLACE_ME#_tagrelation` (
 --
 -- Structure for view `#REPLACE_ME#_combined`
 --
-DROP TABLE IF EXISTS `#REPLACE_ME#_combined`;
+DROP VIEW IF EXISTS `#REPLACE_ME#_combined`;
 
 CREATE VIEW `#REPLACE_ME#_combined` AS
 select `#REPLACE_ME#_link`.`id` AS `id`,