Skip to content

Commit

Permalink
remove whitespaces of create sequences tag
Browse files Browse the repository at this point in the history
kcinay055679 committed Dec 8, 2023
1 parent b698892 commit a5d6bee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backend/src/main/resources/db/migration/V1_0_0__baseLine.sql
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
create sequence if not exists sequence_key_result ;
create sequence if not exists sequence_key_result;

create sequence if not exists sequence_measure ;
create sequence if not exists sequence_measure;

create sequence if not exists sequence_objective ;
create sequence if not exists sequence_objective;

create sequence if not exists sequence_person ;
create sequence if not exists sequence_person;

create sequence if not exists sequence_quarter ;
create sequence if not exists sequence_quarter;

create sequence if not exists sequence_team ;
create sequence if not exists sequence_team;

create table if not exists person
(

0 comments on commit a5d6bee

Please sign in to comment.