-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #239 from Psypher9/main
- Loading branch information
Showing
5 changed files
with
18 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Why Single files and ALSO folders? | ||
|
||
You may find yourself in the unfortunate situation that you need to be poking around in this directory. | ||
|
||
If that is you, first of all, welcome! Secondly, there is a reason to have the SQL files `setup`, `rift`, and `rift_core` here while also having them split up in folders and files of their own. | ||
|
||
The reason for this is that we originally need to have these backup files split up into a more readable form to have better visibility on the structure of the databases. However, once they became the way that the `dev-install.sh` script restore the development databases, very important pieces of the database puzzle were lost and development environments could no longer load Areas. | ||
|
||
In order to keep the visibility of table structure and the wait for it... _usability_ of the dev databases they exist together in quasi-harmony. | ||
|
||
Cheers! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters