mirror of
https://github.com/michivonah/bbzw-horizon.git
synced 2025-12-22 17:16:27 +01:00
8 lines
No EOL
211 B
SQL
8 lines
No EOL
211 B
SQL
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'); |