arjitc / DCIMStack

Datacenter Inventory Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managing SQL schema changes?

arjitc opened this issue · comments

Latest DB change I made had:

ALTER TABLEdevicesADDdevice_statusINT(1) NOT NULL AFTERdevice_inuse;

What would be the best way to ship SQL updates ?