mirror of
https://github.com/michivonah/bbzw-horizon.git
synced 2025-12-23 01:16:28 +01:00
add existing files
This commit is contained in:
parent
75653e9c5b
commit
a38e1678a6
7 changed files with 280 additions and 0 deletions
8
db/create_users.sql
Normal file
8
db/create_users.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
INSERT INTO "user" ("name", "api_access") VALUES
|
||||
('test', True);
|
||||
|
||||
INSERT INTO "sessions" ("token", "userid", "validuntil") VALUES
|
||||
('test2', 1, '2025-04-30');
|
||||
|
||||
INSERT INTO "clients" ("name") VALUES
|
||||
('1.54');
|
||||
Loading…
Add table
Add a link
Reference in a new issue