Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE ehr_purchasing.purchasingRequests DROP assignedTo;
ALTER TABLE ehr_purchasing.purchasingRequests ADD assignedTo USERID;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE ehr_purchasing.lineItems ALTER COLUMN unitCost TYPE NUMERIC(10, 2);
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 21.002;
return 21.004;
}

@Override
Expand Down