From: Florent Bruneau Date: Sun, 3 Oct 2010 10:43:53 +0000 (+0200) Subject: Naming convention + vim modeline. X-Git-Tag: xorg/1.0.1~113 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=454e7b4adf00b15f4d02642b35ea7164245bce88;p=platal.git Naming convention + vim modeline. Signed-off-by: Florent Bruneau --- diff --git a/upgrade/1.0.1/payments.sql b/upgrade/1.0.1/13_payments.sql similarity index 99% rename from upgrade/1.0.1/payments.sql rename to upgrade/1.0.1/13_payments.sql index 6c251cc..0430f96 100644 --- a/upgrade/1.0.1/payments.sql +++ b/upgrade/1.0.1/13_payments.sql @@ -85,3 +85,5 @@ CREATE TABLE payment_recon_transfer ( transfer_id INTEGER NOT NULL, PRIMARY KEY (recon_id,transfer_id) ); + +-- vim:set syntax=mysql: