Updates so that dbupdate command works

- Various fixes to dbupdate itself
 - Switching db/sql/migrations.py to use a dict instead of a list
 - Registering the function
This commit is contained in:
Christopher Allan Webber
2012-02-18 23:19:09 -06:00
parent 4d8be4fe0d
commit 3ea1cf36fc
9 changed files with 124 additions and 10 deletions

View File

@@ -14,4 +14,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
MIGRATIONS = []
MIGRATIONS = {}