This commit is contained in:
Pavel Guzaev
2024-03-09 17:36:50 +05:00
commit 431b4f5cfd
44 changed files with 3239 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
psql -c "create user ncc_system encrypted password 'ncc_system';"
psql -c "create database ncc_system owner ncc_system encoding 'utf-8';"
psql -c "create database chat owner ncc_system encoding 'utf-8';"
psql -c "create database ncc_report owner ncc_system encoding 'utf-8';"