Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 559 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 559 Bytes

Regproc Database

Overview

This folder containers various SQL scripts to create database and tables in postgres. The tables are described under <db name>/ddl/. Default data that's populated in the tables is present under <db name>/dml folder

This folder containers various SQL scripts to create database and tables in postgres. These scripts are automatically run with as part of DB initialisation in Sandbox Deployment

Developers may run the SQLs using <db name>/deploy.sh script.