feat: add migration to remove 'condizioni' column from 'ordini' table
This commit is contained in:
parent
a8d29c6840
commit
8716d90148
1 changed files with 1 additions and 0 deletions
1
apps/db/migrations/35_removecondizioni.up.sql
Normal file
1
apps/db/migrations/35_removecondizioni.up.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE IF EXISTS public.ordini DROP COLUMN IF EXISTS condizioni;
|
||||
Loading…
Add table
Reference in a new issue