feat: remove migrations

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-03-30 00:31:03 +01:00
parent 6ff4db69bf
commit 0ed5d5aabf
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
2 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,2 @@
# Newsletter API
# %%name%%
represents a newsletter service for handling subscriptins and whatnot for my own email newsletter
## Usage
This services requires a postgresql compatible, instance, in this case cockroachdb is used. Simply pass a DATABASE_URL to the app and it should apply migrations by itself. Do note that because Cockroach is used with SQLX locking on the schema table is disabled, reason being that cockroachdb doesn't currently support advisory locks

View File

@ -1 +0,0 @@
-- Add migration script here