Lootaherra

This commit is contained in:
Jani Pulkkinen
2025-05-29 20:33:15 +03:00
parent b30ddcc402
commit 0756da8b7b
8 changed files with 207 additions and 8 deletions

View File

@@ -1,2 +1,3 @@
-- This file should undo anything in `up.sql`
delete from loota_admin;
delete from loota_customer;

View File

@@ -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');