Skip to content

Commit

Permalink
v1 (+1 squashed commits)
Browse files Browse the repository at this point in the history
Squashed commits:

[576fabb] leg til cpa tabel
  • Loading branch information
alpet committed Sep 19, 2023
1 parent cb1d066 commit fbc8872
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpa-repo/src/main/resources/db/migration/V1___cpa.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE cpa
(
cpa_id VARCHAR(256) NOT NULL UNIQUE,
cpa TEXT NOT NULL
);

0 comments on commit fbc8872

Please sign in to comment.