Lootaherra
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
delete from loota_admin;
|
||||
delete from loota_customer;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
-- Test data
|
||||
insert into loota_admin (identifier) values ( 'admin1');
|
||||
|
||||
insert into loota_customer (identifier) values ( 'customer1');
|
||||
insert into loota_customer (identifier) values ( 'customer2');
|
||||
|
||||
Reference in New Issue
Block a user