Add optional imdb_id
This commit is contained in:
parent
90c3fc5ee3
commit
df6e3476cc
7 changed files with 14 additions and 0 deletions
1
migrations/2025-05-01-103700_add_imdb_id/down.sql
Normal file
1
migrations/2025-05-01-103700_add_imdb_id/down.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE magnets DROP COLUMN imdb_id;
|
||||
2
migrations/2025-05-01-103700_add_imdb_id/up.sql
Normal file
2
migrations/2025-05-01-103700_add_imdb_id/up.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE magnets
|
||||
ADD imdb_id VARCHAR;
|
||||
Loading…
Add table
Add a link
Reference in a new issue