mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update h2 and flyway
Sadly it is necessary to fix an existing changeset for H2.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
-- add new id column
|
||||
alter table "collective" add column "id" bigserial not null;
|
||||
alter table "collective" add column "id" bigserial not null unique;
|
||||
create unique index "collective_id_idx" on "collective"("id");
|
||||
|
||||
-- change references: source
|
||||
|
@ -1,2 +1,2 @@
|
||||
ALTER TABLE "joblog"
|
||||
ADD COLUMN "counter" bigint auto_increment;
|
||||
ADD COLUMN "counter" bigint generated always as identity;
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user