db: remove kvdb to sql migration from dev db stream

Remove the KVDB-to-SQL migration from the dev SQL migration set now
that this migration is now part of the production migration set.

As the migrations_dev folder no longer contains any migrations, we also
update the db logic and the gen_sqlc_docker.sh script to not error when
the folder(s) are empty.
This commit is contained in:
Viktor Torstensson 2026-05-12 12:58:16 +02:00
parent 85d0739019
commit 10949c7bb8
No known key found for this signature in database
GPG key ID: 961CC8259AE675D4
5 changed files with 30 additions and 23 deletions

View file

@ -1,6 +1,7 @@
#!/bin/bash
set -e
shopt -s nullglob
# restore_files is a function to restore original schema files.
restore_files() {