Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Dec 20, 2023
1 parent 7aafed7 commit 4beef95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/PlayLists/install/updateV3.0.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ALTER TABLE `playlists_schedules`
CHANGE `start_datetime` `start_datetime` INT NULL,
CHANGE `finish_datetime` `finish_datetime` INT NULL;
CHANGE `start_datetime` `start_datetime` BIGINT NULL,
CHANGE `finish_datetime` `finish_datetime` BIGINT NULL;

0 comments on commit 4beef95

Please sign in to comment.