Browse Source

Removed version from sql files

Tobias Reich 8 years ago
parent
commit
84c4a5b267

+ 0 - 1
php/database/albums_table.sql

@@ -1,5 +1,4 @@
 # Dump of table lychee_albums
-# Version 2.5
 # ------------------------------------------------------------
 
 CREATE TABLE IF NOT EXISTS `?` (

+ 0 - 1
php/database/log_table.sql

@@ -1,5 +1,4 @@
 # Dump of table lychee_log
-# Version 2.5
 # ------------------------------------------------------------
 
 CREATE TABLE IF NOT EXISTS `?` (

+ 0 - 1
php/database/photos_table.sql

@@ -1,5 +1,4 @@
 # Dump of table lychee_photos
-# Version 2.5
 # ------------------------------------------------------------
 
 CREATE TABLE IF NOT EXISTS `?` (

+ 0 - 1
php/database/settings_content.sql

@@ -1,5 +1,4 @@
 # Content of table lychee_settings
-# Version 2.5
 # ------------------------------------------------------------
 
 INSERT INTO `?` (`key`, `value`)

+ 0 - 1
php/database/settings_table.sql

@@ -1,5 +1,4 @@
 # Dump of table lychee_settings
-# Version 2.5
 # ------------------------------------------------------------
 
 CREATE TABLE IF NOT EXISTS `?` (