embed schema migration scripts

This commit is contained in:
ari melody 2025-09-30 22:29:37 +01:00
parent e5dcc4b884
commit 1999ab7d2c
Signed by: ari
GPG key ID: CF99829C92678188
6 changed files with 15 additions and 6 deletions

View file

@ -0,0 +1 @@
INSERT INTO arimelody.auditlog (level, type, content) VALUES (0, "test", "this is a db schema migration test!");