Skip to content

Commit

Permalink
fix: webUrl column name in microsoft nodes migration (#8350)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Oct 30, 2024
1 parent e786918 commit 5b27a5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion connectors/migrations/db/migration_29.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
ALTER TABLE
microsoft_nodes DROP COLUMN IF EXISTS "web_url";

ALTER TABLE
microsoft_nodes
ADD
COLUMN IF NOT EXISTS web_url TEXT;
COLUMN IF NOT EXISTS "webUrl" TEXT;

0 comments on commit 5b27a5b

Please sign in to comment.