diff --git a/php/database/albums_table.sql b/php/database/albums_table.sql index b949e2e..8303b88 100644 --- a/php/database/albums_table.sql +++ b/php/database/albums_table.sql @@ -1,5 +1,4 @@ # Dump of table lychee_albums -# Version 2.5 # ------------------------------------------------------------ CREATE TABLE IF NOT EXISTS `?` ( diff --git a/php/database/log_table.sql b/php/database/log_table.sql index 800b00c..c5869bf 100644 --- a/php/database/log_table.sql +++ b/php/database/log_table.sql @@ -1,5 +1,4 @@ # Dump of table lychee_log -# Version 2.5 # ------------------------------------------------------------ CREATE TABLE IF NOT EXISTS `?` ( diff --git a/php/database/photos_table.sql b/php/database/photos_table.sql index b8d5ef9..bd265e8 100644 --- a/php/database/photos_table.sql +++ b/php/database/photos_table.sql @@ -1,5 +1,4 @@ # Dump of table lychee_photos -# Version 2.5 # ------------------------------------------------------------ CREATE TABLE IF NOT EXISTS `?` ( diff --git a/php/database/settings_content.sql b/php/database/settings_content.sql index cbcc9d6..907e6c4 100644 --- a/php/database/settings_content.sql +++ b/php/database/settings_content.sql @@ -1,5 +1,4 @@ # Content of table lychee_settings -# Version 2.5 # ------------------------------------------------------------ INSERT INTO `?` (`key`, `value`) diff --git a/php/database/settings_table.sql b/php/database/settings_table.sql index 80eccce..bdc1cf2 100644 --- a/php/database/settings_table.sql +++ b/php/database/settings_table.sql @@ -1,5 +1,4 @@ # Dump of table lychee_settings -# Version 2.5 # ------------------------------------------------------------ CREATE TABLE IF NOT EXISTS `?` (