a micro-framework for handling migrations
[plcapi.git] / migrations / 001-up-subversion.sql
1 -- this is mostly sample code
2 -- since subversion is also created by the migration code in plc.d/db
3
4 ALTER TABLE plc_db_version ADD subversion integer DEFAULT 0;