Skip to content

Commit

Permalink
#1 Add missed 'code' in database maintanence
Browse files Browse the repository at this point in the history
  • Loading branch information
SevDan authored Mar 13, 2021
1 parent 6206925 commit ef6dcf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ If you want to get really reliable and stable product, you should read about it.
If you have RDBMS as database system, you should take care about configs and database features.
If you have no DBA role, some of developers/administrators should configure database backuping processes, migration (up and down) processes, replication processes.

The best way to maintain procedures, functions and database migrations is put all changes into files in your VCS with project.
The best way to maintain procedures, functions and database migrations is put all changes into files in your VCS with project code.
So, every product version will be equipped with right scripts.

The most simplest way to maintain migrations scripts is store it in lexicographical order in format like 'yyyy-MM-dd-number-title.sql' (i.e. '2021-03-13-1-updateUsersTable-1.sql') grouped by folder or not.
Expand Down

0 comments on commit ef6dcf5

Please sign in to comment.