mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
Revert TVShow episode tag and field names before #412 merge
This commit is contained in:
parent
64a7ea44df
commit
d672234156
3 changed files with 14 additions and 15 deletions
|
@ -2919,7 +2919,7 @@ class Update
|
|||
|
||||
return $retval;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* update 370014
|
||||
*
|
||||
|
@ -2927,9 +2927,9 @@ class Update
|
|||
*/
|
||||
public static function update_370014()
|
||||
{
|
||||
$retval = true;
|
||||
$sql="ALTER TABLE `video` CHANGE COLUMN `release_date` `release_date` INT NULL DEFAULT NULL" ;
|
||||
$retval = Dba::write($sql) ? $retval : false;
|
||||
return $retval;
|
||||
$retval = true;
|
||||
$sql="ALTER TABLE `video` CHANGE COLUMN `release_date` `release_date` INT NULL DEFAULT NULL" ;
|
||||
$retval = Dba::write($sql) ? $retval : false;
|
||||
return $retval;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue