From: Banana Date: Wed, 25 Dec 2019 10:11:26 +0000 (+0100) Subject: fixed some minor error in crate sql file X-Git-Tag: 2.2_2019-12-27~7 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=10147c9847a9b03808da96c4a7dce21179028f56;p=insipid.git fixed some minor error in crate sql file --- diff --git a/ChangeLog b/ChangeLog index efc8c76..c4e293b 100755 --- 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) diff --git a/documentation/insipid-edit-me.sql b/documentation/insipid-edit-me.sql index 3606314..82a0b0d 100644 --- a/documentation/insipid-edit-me.sql +++ b/documentation/insipid-edit-me.sql @@ -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`,