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

Update database name in schema.sql

parent 38176210
No related branches found
No related tags found
No related merge requests found
create schema if not exists polish-community; create schema if not exists polish_community;
use polish-community; use polish_community;
-- drop tables at the start of a session -- drop tables at the start of a session
DROP TABLE IF EXISTS information; DROP TABLE IF EXISTS information;
......
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