Quellcode durchsuchen

Fix DB migration's queries

pull/52/head
Kristijan Mitrovic vor 4 Jahren
Ursprung
Commit
83083ec310
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      bubble-server/src/main/resources/db/migration/V2020090601__rename_sync_fileds.sql

+ 2
- 2
bubble-server/src/main/resources/db/migration/V2020090601__rename_sync_fileds.sql Datei anzeigen

@@ -1,2 +1,2 @@
ALTER TABLE account ALTER COLUMN sync_password RENAME TO sync;
ALTER TABLE bubble_network ALTER COLUMN sync_password RENAME TO sync_account;
ALTER TABLE account RENAME COLUMN sync_password TO sync;
ALTER TABLE bubble_network RENAME COLUMN sync_password TO sync_account;

Laden…
Abbrechen
Speichern