Naming convention + vim modeline.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 3 Oct 2010 10:43:53 +0000 (12:43 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 3 Oct 2010 10:43:53 +0000 (12:43 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
upgrade/1.0.1/13_payments.sql [moved from upgrade/1.0.1/payments.sql with 99% similarity]

similarity index 99%
rename from upgrade/1.0.1/payments.sql
rename to upgrade/1.0.1/13_payments.sql
index 6c251cc..0430f96 100644 (file)
@@ -85,3 +85,5 @@ CREATE TABLE payment_recon_transfer (
   transfer_id INTEGER NOT NULL,
   PRIMARY KEY (recon_id,transfer_id)
 );
+
+-- vim:set syntax=mysql: