diff kallithea/alembic/script.py.mako @ 6018:520d39490a06

db: tweak Alembic migration environment Add comments about the license and purpose of these files, and align env.py with the Kallithea code style.
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 04 Jul 2016 17:18:49 +0200
parents 7894a440e134
children
line wrap: on
line diff
--- a/kallithea/alembic/script.py.mako	Thu Jun 02 13:21:59 2016 +0200
+++ b/kallithea/alembic/script.py.mako	Mon Jul 04 17:18:49 2016 +0200
@@ -1,3 +1,18 @@
+# -*- coding: utf-8 -*-
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+## Template for creating new Alembic migration scripts.
 """${message}
 
 Revision ID: ${up_revision}
@@ -6,7 +21,8 @@
 
 """
 
-# revision identifiers, used by Alembic.
+# The following opaque hexadecimal identifiers ("revisions") are used
+# by Alembic to track this migration script and its relations to others.
 revision = ${repr(up_revision)}
 down_revision = ${repr(down_revision)}
 branch_labels = ${repr(branch_labels)}