restore create schema

This commit is contained in:
GroovieGermanikus 2024-02-23 17:54:29 +01:00
parent efe1036e91
commit f48d06664a
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
-- for initial database setup start with init-database.sql
CREATE SCHEMA banking_stage_results_2;
CREATE TABLE banking_stage_results_2.transactions(
transaction_id bigserial PRIMARY KEY,