Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Fix missing schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Oct 18, 2012
1 parent bc886b4 commit 0439548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions migrations/005-issuer-status.sql
@@ -0,0 +1 @@
ALTER TABLE issuers ADD COLUMN `status` integer NOT NULL;
1 change: 1 addition & 0 deletions migrations/006-really-null-issuer.sql
@@ -0,0 +1 @@
ALTER TABLE transactions CHANGE issuer_id issuer_id integer NULL;

0 comments on commit 0439548

Please sign in to comment.