Skip to content

Latest commit

 

History

History
 
 

db_scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.