summaryrefslogtreecommitdiff
path: root/bin/db_pendings/import.sh
AgeCommit message (Collapse)Author
2017-10-12Directory Structure [step 1]: moving filesYehonal
working on #672 NOTE: This commit can't be compiled!!
2017-05-01Improved db_assembler simplifying updating processYehonal
Implemented a check for versioning column to skip already applied updates In this way the script can combine all updates under a single sql file that can be imported directly in any case
2016-10-23Bin: fix db_pendings import.sh scriptShinDarth
2016-08-30[BASH/DB] Fixed importing script with revisioned sqlYehonal
2016-08-29[Bash] Fixed previous scripts permissions and minor mistakeYehonal
2016-08-29fixed import.sh and implemented new optional workflow for pendings sqlYehonal
Now devs can create sql for their pull requests that will be automatically imported and _decorated_ by a protection system and avoid to multiple import same queries
2016-08-26db_pending/import now use transaction to avoid db data inconsistencyYehonal
2016-08-26Crossplatform header for bash filesYehonal
2016-08-25implemented pending workflow for sql and PRYehonal