misc/migration/3.9.0_Any.py
branchstable
changeset 5994 97c55baefa0c
parent 5768 1e73a466aa69
equal deleted inserted replaced
5976:00b1b6b906cf 5994:97c55baefa0c
       
     1 if repo.system_source.dbdriver == 'postgres':
       
     2     sql('ALTER TABLE appears ADD COLUMN weight float')
       
     3     sql('UPDATE appears SET weight=1.0 ')