Skip to content

Commit

Permalink
Fixed ACL migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspard committed Apr 29, 2013
1 parent a28cd6c commit 8287c21
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class FixCreateKpathDefault < ActiveRecord::Migration
def self.up
execute %Q{UPDATE acls SET create_kpath = 'N' WHERE create_kpath IS NULL}
end

def self.down
end
end

0 comments on commit 8287c21

Please sign in to comment.