initial_data is added
This commit is contained in:
parent
3fe026a0ff
commit
d99b391c63
1
migrations/202208011200_initial_data/down.sql
Normal file
1
migrations/202208011200_initial_data/down.sql
Normal file
|
@ -0,0 +1 @@
|
|||
DELETE FROM resources WHERE id = '113c424a-45f6-4261-9d97-6438d2b694f8';
|
1
migrations/202208011200_initial_data/up.sql
Normal file
1
migrations/202208011200_initial_data/up.sql
Normal file
|
@ -0,0 +1 @@
|
|||
INSERT INTO resources (id, parent_id, name, key) VALUES ('113c424a-45f6-4261-9d97-6438d2b694f8', null, 'member', 'member');
|
Loading…
Reference in New Issue
Block a user