Added seperation field for Locklist
This commit is contained in:
@@ -284,7 +284,8 @@ CREATE TABLE locked (
|
||||
rohteilnr INTEGER NOT NULL default '1',
|
||||
aenderungsidx INTEGER NOT NULL default '1',
|
||||
sperrts timestamp(14) NOT NULL,
|
||||
sperrnr INTEGER NOT NULL default '0'
|
||||
sperrnr INTEGER NOT NULL default '0',
|
||||
quelle char(25) NOT NULL default ''
|
||||
);
|
||||
|
||||
CREATE TABLE pruefzelle3 (
|
||||
|
||||
Reference in New Issue
Block a user