Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 553 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 553 Bytes

Databases

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.