Skip to content

Commit

Permalink
delete-newline-create-db-manual
Browse files Browse the repository at this point in the history
  • Loading branch information
kingxiaofire committed May 4, 2024
1 parent 1e247c7 commit 656f1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metastore/create_db_manual.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ CREATE USER csle WITH ENCRYPTED PASSWORD 'csle';
GRANT ALL PRIVILEGES ON DATABASE csle TO csle;

-- Create CITUS extension --
CREATE EXTENSION citus;
CREATE EXTENSION citus;

0 comments on commit 656f1c0

Please sign in to comment.