summaryrefslogtreecommitdiffstats
path: root/upgradeprovisioning
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Change function prototypes to pass self and use self.model instead ↵Ted Trask2013-10-271-9/+0
| | | | | | | | | | of functions table" This reverts commit fb00ff8f05dae3c110beceb929ea036e4cd14ae1. Conflicts: provisioning-model.lua Conflict was resolved by removing "mymodule." from function calls that are once again made local
* Change function prototypes to pass self and use self.model instead of ↵Ted Trask2013-09-231-0/+9
| | | | | | | | functions table Changed the order of the first two parameters passed to validate function in provisioning_params Replaced all APP references with self, now that self is available Still need to implement swapvalidateparams script
* Added upgradeprovisioning script and database version parameter for ↵Ted Trask2013-05-251-0/+243
automating database upgrades