Commit 5e07038
committed
Support branch specific databases for dev
Following instruction from fractaledmind in this post:
https://fractaledmind.github.io/2023/09/06/enhancing-rails-sqlite-branch-databases/
I‘m only adding this feature for development of the primary data store.
I don‘t anticipate cache, queue, and cable databases needing to change
often so leaving them out of branch-specific support for the time being.1 parent e8c29f8 commit 5e07038
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
95 | 101 | | |
0 commit comments