Skip to content

Commit

Permalink
merge branch.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Feb 6, 2025
1 parent 375012a commit 7768efe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions sql/branch.sql

This file was deleted.

3 changes: 3 additions & 0 deletions sql/migrations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3607,3 +3607,6 @@ ALTER TABLE exchange_routes
ADD COLUMN owner_name text,
ADD COLUMN expiration_date date,
ADD COLUMN mandate_reference text;

-- migration #182
UPDATE participants SET public_name = null WHERE public_name = '';
2 changes: 1 addition & 1 deletion sql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COMMENT ON EXTENSION pg_stat_statements IS 'track execution statistics of all SQ

-- database metadata
CREATE TABLE db_meta (key text PRIMARY KEY, value jsonb);
INSERT INTO db_meta (key, value) VALUES ('schema_version', '181'::jsonb);
INSERT INTO db_meta (key, value) VALUES ('schema_version', '182'::jsonb);


-- app configuration
Expand Down

0 comments on commit 7768efe

Please sign in to comment.