Skip to content
Snippets Groups Projects
Commit 9b2c2b22 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed typo in sql generation script.

parent c1802081
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ EOF
/bin/cat >> $1_oracle_create.sql <<EOF
/* Flag the schema creation as COMPLETE */
UPDATE UpgradeLog SET endDate = systeimstamp, state = 'COMPLETE';
UPDATE UpgradeLog SET endDate = systimestamp, state = 'COMPLETE';
COMMIT;
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment