summary refs log tree commit diff
path: root/extra/admin-api
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-08-09 10:02:52 +0200
committerRory& <root@rory.gay>2026-08-09 10:02:52 +0200
commitd1ae4e4a06e21ccf36e0dde47b1f13dec4eb77ab (patch)
tree6255df9a6252a90b4d55e6dbd47ffac4f09fab2a /extra/admin-api
parentremove a lot of recursive index imports (diff)
downloadserver-ts-d1ae4e4a06e21ccf36e0dde47b1f13dec4eb77ab.tar.xz
Move to TS7
Diffstat (limited to 'extra/admin-api')
-rwxr-xr-xextra/admin-api/scaffold-db2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/admin-api/scaffold-db b/extra/admin-api/scaffold-db

index ab31be8fa..b55fbd673 100755 --- a/extra/admin-api/scaffold-db +++ b/extra/admin-api/scaffold-db
@@ -12,7 +12,7 @@ dropdb -U postgres sb-server-scaffold --if-exists --force || true createdb -U postgres sb-server-scaffold # - Build spacebar-ts and apply it's migrations pushd ../.. -npm run build:src:tsgo +npm run build:src DATABASE=postgres://postgres@127.0.0.1/sb-server-scaffold npm run apply:migrations popd