Skip to content
Snippets Groups Projects
Commit 9c0a3d63 authored by Abhinav Anurag's avatar Abhinav Anurag
Browse files

Add: Create DB for deployment

parent f499869b
No related branches found
No related tags found
No related merge requests found
create schema if not exists polish-community;
use polish-community;
-- drop tables at the start of a session
DROP TABLE IF EXISTS information;
DROP TABLE IF EXISTS categories;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment