parent
d3c6c0ca99
commit
4ea12a6dc5
@ -0,0 +1,8 @@
|
|||||||
|
class DeleteAnonymousOrg < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
OrgDocumentComment.where(:organization_id => 23, :creator_id => 2).delete_all
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue