mirror of
https://github.com/kristoferssolo/zero2prod.git
synced 2025-10-21 20:10:40 +00:00
5 lines
89 B
SQL
5 lines
89 B
SQL
-- Add migration script here
|
|
ALTER TABLE subscriptions
|
|
ADD COLUMN status TEXT NULL;
|
|
|