aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/migrations.py
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-02-21 17:43:05 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2012-02-21 17:43:05 +0100
commitaa8804719c7930181aa7a0af41ca5b983fdf5be4 (patch)
treeba3f8a30d3b72e6b29bdd71823df2c33d4bb2b27 /mediagoblin/db/sql/migrations.py
parent6c2e57304c302acfc005686515ce91d91727dd8d (diff)
parent99812bbc4a76735824708b341ea283f09a1b423c (diff)
downloadmediagoblin-aa8804719c7930181aa7a0af41ca5b983fdf5be4.tar.lz
mediagoblin-aa8804719c7930181aa7a0af41ca5b983fdf5be4.tar.xz
mediagoblin-aa8804719c7930181aa7a0af41ca5b983fdf5be4.zip
Resolve merge conflicts
Diffstat (limited to 'mediagoblin/db/sql/migrations.py')
-rw-r--r--mediagoblin/db/sql/migrations.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/mediagoblin/db/sql/migrations.py b/mediagoblin/db/sql/migrations.py
new file mode 100644
index 00000000..98d0d0aa
--- /dev/null
+++ b/mediagoblin/db/sql/migrations.py
@@ -0,0 +1,17 @@
+# GNU MediaGoblin -- federated, autonomous media hosting
+# Copyright (C) 2011 MediaGoblin contributors. See AUTHORS.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# 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 = {}