summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-04 22:43:40 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-04 22:43:40 +0000
commit05e92cab6090540d1dd6233fad80d7e9d8e9619a (patch)
tree721c8f9dabb4fe2000ae4eeba088e7f9b5faa509
parent3356fc5f91238ea9d633afa4825b5cd01fad1f26 (diff)
downloadampache-05e92cab6090540d1dd6233fad80d7e9d8e9619a.tar.gz
ampache-05e92cab6090540d1dd6233fad80d7e9d8e9619a.tar.bz2
ampache-05e92cab6090540d1dd6233fad80d7e9d8e9619a.zip
frigging db name in creation definition vollmer is fired
-rw-r--r--lib/class/update.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php
index abc8036e..2c6f13d9 100644
--- a/lib/class/update.class.php
+++ b/lib/class/update.class.php
@@ -1556,7 +1556,7 @@ class Update {
*/
public static function update_350005() {
- $sql = " CREATE TABLE `ampache`.`video` (" .
+ $sql = " CREATE TABLE `video` (" .
"`id` INT( 11 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ," .
"`file` VARCHAR( 255 ) NOT NULL , " .
"`catalog` INT( 11 ) UNSIGNED NOT NULL ," .