Skip to content

Commit 7bf2ce5

Browse files
Actually
1 parent 1a9938c commit 7bf2ce5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

config/database.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ test:
1212
database: storage/test.sqlite3
1313

1414
production:
15-
<<: *default
16-
database: storage/production.sqlite3
15+
primary:
16+
<<: *default
17+
database: storage/production.sqlite3
18+
cable:
19+
<<: *default
20+
database: storage/production_cable.sqlite3
21+
migrations_paths: db/cable_migrate

0 commit comments

Comments
 (0)