Skip to content

Commit

Permalink
Fixed TEST changelogs formatting (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingela authored Dec 14, 2022
1 parent a781cb6 commit 1acd259
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ orillion:
is_premium boolean not null
);
--rollback drop table public.peers
v00009_alter_users.sql: |
v00009_alter_users.sql: |
-- liquibase formatted sql
-- changeset dev:v00009_alter_users runOnChange:false stripComments:false
alter table public.users add column peer varchar(255) default null;
Expand Down Expand Up @@ -214,7 +214,7 @@ orillion:
set type = 'FREE' where type = 'TRIAL';
update contribution_subscription
set type = 'TRIAL' where domain_id = 'wonderland' or domain_id = 'admin';
v00006_contribution_premium_request.sql: |
v00006_contribution_premium_request.sql: |
-- liquibase formatted sql
-- changeset dev:v00006_contribution_premium_request runOnChange:false stripComments:false
drop table if exists public.contribution_premium_request;
Expand Down

0 comments on commit 1acd259

Please sign in to comment.