Skip to content

Commit

Permalink
Merge pull request #358 from kingxiaofire/delete-newline
Browse files Browse the repository at this point in the history
delete-newline-create-db-manual
  • Loading branch information
Limmen committed May 4, 2024
2 parents 1e247c7 + 656f1c0 commit ea9a6e5
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 ea9a6e5

Please sign in to comment.