-
Notifications
You must be signed in to change notification settings - Fork 1
gb/simple-db-version
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
** SIMPLE DB VERSION ** A minimalist way of put your SQL scripts under version control. Notice: Before running any installation scripts, a database should be created like follows: CREATE TABLE DB_VERSION ( install_date TIMESTAMP, version NUMBER, current_script NUMBER, last_script VARCHAR(1000) ); (ps: the table name and its fields should be exactly the same).
About
A minimalist way of put your SQL scripts under version control.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published