├── EXAMPLE.txt ├── README.txt ├── functions ├── Deploy.sql └── Diff.sql ├── tables └── Deploys.sql ├── uninstall.sql └── views └── View_Functions.sql /EXAMPLE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gluefinance/PgDeploy/HEAD/EXAMPLE.txt -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gluefinance/PgDeploy/HEAD/README.txt -------------------------------------------------------------------------------- /functions/Deploy.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gluefinance/PgDeploy/HEAD/functions/Deploy.sql -------------------------------------------------------------------------------- /functions/Diff.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gluefinance/PgDeploy/HEAD/functions/Diff.sql -------------------------------------------------------------------------------- /tables/Deploys.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gluefinance/PgDeploy/HEAD/tables/Deploys.sql -------------------------------------------------------------------------------- /uninstall.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gluefinance/PgDeploy/HEAD/uninstall.sql -------------------------------------------------------------------------------- /views/View_Functions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gluefinance/PgDeploy/HEAD/views/View_Functions.sql --------------------------------------------------------------------------------