Skip to content

Commit

Permalink
Fix migration on table name
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Nov 29, 2024
1 parent 6531b69 commit 0b584f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Migration/Version1Date20241111144800.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function postSchemaChange(IOutput $output, Closure $schemaClosure, array
&& $table->hasColumn('source_id') === true && $table->hasColumn('source_hash') === true
) {
$this->connection->executeQuery("
UPDATE openconnector_synchronization_contracts
UPDATE oc_openconnector_synchronization_contracts
SET origin_id = source_id, origin_hash = source_hash
WHERE source_id IS NOT NULL
");
Expand Down

0 comments on commit 0b584f8

Please sign in to comment.