Skip to content
Snippets Groups Projects
Commit 31248847 authored by Marnuri Nitish -'s avatar Marnuri Nitish -
Browse files

Merge branch 'c24088860-main-patch-76710' into 'main'

Add: Create DB for deployment

See merge request c24108486/team-11-polish-community-group!60
parents f499869b 9c0a3d63
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