Skip to content

Commit

Permalink
Ret fejl ift NSPSUPPORT-103 så tabel autreg også gerne må findes i fo…
Browse files Browse the repository at this point in the history
…rvejen
  • Loading branch information
jrftrifork committed Oct 28, 2012
1 parent 1a01401 commit d8151a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Expand Up @@ -6,3 +6,8 @@

## autorisationimporter 4.2
* NSPSUPPORT-103: Databaseskema kan nu køres på eksisterende sdm3-skema uden runtime-fejl

## autorisationimporter 4.3
* rettelse til NSPSUPPORT-103: Databaseskema kan nu køres på eksisterende sdm3-skema uden runtime-fejl
i 4.2 kan importeren ikke tåle at tabellen autreg findes i forvejen

Expand Up @@ -20,7 +20,7 @@ CREATE TABLE IF NOT EXISTS Autorisation (
-- This table is used to hold the set of currently valid
-- autorisations. (Used by the STS)
--
CREATE TABLE autreg (
CREATE TABLE IF NOT EXISTS autreg (
id BIGINT AUTO_INCREMENT NOT NULL PRIMARY KEY,

cpr CHAR(10) NOT NULL,
Expand Down

0 comments on commit d8151a7

Please sign in to comment.