VRFS-2029 : Migration/manifest for upload_to_youtube

On claimed_recordings table.
This commit is contained in:
Steven Miers 2014-10-15 13:44:31 -05:00
parent ece7cf2d56
commit dacd702bd8
2 changed files with 2 additions and 0 deletions

View File

@ -221,3 +221,4 @@ connection_network_testing.sql
video_sources.sql video_sources.sql
recorded_videos.sql recorded_videos.sql
emails_from_update2.sql emails_from_update2.sql
add_youtube_flag_to_claimed_recordings.sql

View File

@ -0,0 +1 @@
ALTER TABLE claimed_recordings ADD COLUMN upload_to_youtube BOOLEAN NOT NULL DEFAULT false;