aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/migrations.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-02-18 23:19:09 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-02-18 23:19:09 -0600
commit3ea1cf36fcfec9a381f2c425e626c4107e7dca43 (patch)
tree09a3801e22c3f9ecb481a775ca5d828bb07a77ea /mediagoblin/db/sql/migrations.py
parent4d8be4fe0d82c13c0a4d0fb454c422449bdfafe2 (diff)
downloadmediagoblin-3ea1cf36fcfec9a381f2c425e626c4107e7dca43.tar.lz
mediagoblin-3ea1cf36fcfec9a381f2c425e626c4107e7dca43.tar.xz
mediagoblin-3ea1cf36fcfec9a381f2c425e626c4107e7dca43.zip
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
Diffstat (limited to 'mediagoblin/db/sql/migrations.py')
-rw-r--r--mediagoblin/db/sql/migrations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/db/sql/migrations.py b/mediagoblin/db/sql/migrations.py
index 67a02c96..98d0d0aa 100644
--- a/mediagoblin/db/sql/migrations.py
+++ b/mediagoblin/db/sql/migrations.py
@@ -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 = {}