Ver a proveniência

Fix DB migration's queries

pull/52/head
Kristijan Mitrovic há 4 anos
ascendente
cometimento
83083ec310
1 ficheiros alterados com 2 adições e 2 eliminações
  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 Ver ficheiro

@@ -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;

Carregando…
Cancelar
Guardar