diff --git a/db/manifest b/db/manifest index 6d9f1f63d..9cc4e1fac 100755 --- a/db/manifest +++ b/db/manifest @@ -259,4 +259,5 @@ recorded_jam_track_tracks.sql jam_track_jmep_data.sql add_jam_track_bitrates.sql jam_track_importer.sql -jam_track_pro_licensing_update.sql \ No newline at end of file +jam_track_pro_licensing_update.sql +jam_track_redeemed.sql \ No newline at end of file diff --git a/db/up/jam_track_redeemed.sql b/db/up/jam_track_redeemed.sql new file mode 100644 index 000000000..8a09cd56f --- /dev/null +++ b/db/up/jam_track_redeemed.sql @@ -0,0 +1 @@ +ALTER TABLE jam_track_rights ADD COLUMN redeemed BOOLEAN NOT NULL DEFAULT FALSE; \ No newline at end of file