Skip to content

A minimalist way of put your SQL scripts under version control.

Notifications You must be signed in to change notification settings

gb/simple-db-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages