Skip to content

Commit

Permalink
remove setting the postgresql database owner
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Apr 21, 2022
1 parent 53b579d commit 743b33e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/db/schema-set-version.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
alter database ctsms owner to ctsms;

create or replace function get_database_version()
returns text as $$
select coalesce((select description from pg_shdescription join pg_database on objoid = pg_database.oid where datname = 'ctsms' limit 1),'000000000');
Expand Down

0 comments on commit 743b33e

Please sign in to comment.