mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-31 20:52:29 -05:00
[M] Move file to the correct place
This commit is contained in:
parent
f774d33966
commit
7e4b4991fd
12
src/main/resources/db/README.md
Normal file
12
src/main/resources/db/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
About placing SQL files:
|
||||
|
||||
File should be named `V1000_{version}__{description}.sql` where:
|
||||
- `{version}` is the sequential ID, please pick the next available number
|
||||
- `{description}` is a short description of the change
|
||||
|
||||
The folders are grouped by 40 changes each, please put the files in the correct folder according to the version number:
|
||||
- `db/40` : 1-40
|
||||
- `db/80` : 41-80
|
||||
- etc.
|
||||
|
||||
(this is to avoid having to scroll through a huge list of files when looking for a specific change)
|
||||
Loading…
Reference in New Issue
Block a user