Skip to content

Commit 6ab9d65

Browse files
committed
Update Oracle generator tests
Refs: #489
1 parent 473bf6a commit 6ab9d65

2 files changed

Lines changed: 155 additions & 164 deletions

File tree

tests/Repositories.Oracle.Tests/DatabaseFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ID NUMBER GENERATED ALWAYS AS IDENTITY(START WITH 1 INCREMENT BY 1),
6767
PNUMBER VARCHAR(256) NOT NULL,
6868
ISACTIVE NUMBER(1) NOT NULL,
6969
CODE VARCHAR(256) NOT NULL,
70-
DELETED NUMBER,
70+
DELETED NUMBER,
7171
PRIMARY KEY (ID))");
7272

7373
Db.Connection.Execute(

0 commit comments

Comments
 (0)