Merge pull request #1279 from basecamp/flavorjones/add-beamer-duh

db: Add beamer to the untenanted database
This commit is contained in:
Mike Dalessio
2025-10-10 11:44:13 -04:00
committed by GitHub
+1 -1
View File
@@ -55,7 +55,7 @@ production: &production
- <%= SqliteVec.loadable_path %>
untenanted:
<<: *default
database: storage/untenanted/production.sqlite3
database: file:storage/untenanted/<%= Rails.env %>.sqlite3?vfs=beamer
migrations_paths: db/untenanted_migrate
cable:
<<: *default