Commit 8f70e30
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 cd61c2c commit 8f70e30
File tree
3 files changed
+7
-4
lines changed- config
- environments
- db
3 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
98 | 104 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
0 commit comments