amoralej / centos / cbs-tools

Forked from centos/cbs-tools 4 years ago
Clone

Blame scripts/migration/1.11-1.16.3/1

Thomas Oulevey 4cda50
CHANGES from original schema:
Thomas Oulevey 4cda50
- We created the 'image' role in 1.11 -> removed
Thomas Oulevey 4cda50
- A user nobody need to exist with id=1 -> insert into users (id,name,password,status,usertype,krb_principal) VALUES (1, 'nobody', '',0,0,''); was executed on production database.
Thomas Oulevey 4cda50
- A deleted constrain in 1.15 -> 1.16, didn't exist -> commented out.