Skip to content
Snippets Groups Projects
Commit 07269010 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed table transferaip

parent c98cdcb3
No related branches found
No related tags found
No related merge requests found
......@@ -160,10 +160,10 @@ CREATE TABLE deleted (
);
SQL_CREATE6
my $sql7=<<"SQL_CREATE7";
CREATE TABLE transferAIP (
CREATE TABLE transferaip (
id INTEGER,
aip_id INTEGER NOT NULL REFERENCES aip (id),
lza_id INTEGER,
lza_id TEXT NOT NULL,
transfer_state TEXT NOT NULL,
PRIMARY KEY(id AUTOINCREMENT)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment