From 1ecc83167354d74ab4806be4e2f6c1d53a7aac18 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 13 Apr 2026 17:14:14 -0400 Subject: [PATCH] build: point alembic at roundtable/migrations Co-Authored-By: Claude Opus 4.6 --- alembic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic.ini b/alembic.ini index c9214c6..4d7fa0d 100644 --- a/alembic.ini +++ b/alembic.ini @@ -1,5 +1,5 @@ [alembic] -script_location = fabledscryer/migrations +script_location = roundtable/migrations prepend_sys_path = . version_path_separator = os