From 10147c9847a9b03808da96c4a7dce21179028f56 Mon Sep 17 00:00:00 2001 From: Banana Date: Wed, 25 Dec 2019 11:11:26 +0100 Subject: [PATCH] fixed some minor error in crate sql file --- ChangeLog | 1 + documentation/insipid-edit-me.sql | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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`, -- 2.39.5