Do not require parts.english_name
This commit is contained in:
parent
cc1b2a793f
commit
60502f9b77
2 changed files with 6 additions and 0 deletions
3
20230218091110_do_not_require_part_english_name.down.sql
Normal file
3
20230218091110_do_not_require_part_english_name.down.sql
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
BEGIN;
|
||||||
|
ALTER TABLE parts ALTER COLUMN english_name SET NOT NULL;
|
||||||
|
COMMIT;
|
3
20230218091110_do_not_require_part_english_name.up.sql
Normal file
3
20230218091110_do_not_require_part_english_name.up.sql
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
BEGIN;
|
||||||
|
ALTER TABLE parts ALTER COLUMN english_name DROP NOT NULL;
|
||||||
|
COMMIT;
|
Loading…
Reference in a new issue