Lift a migration from Pro -- workspace_members
Should have landed here initially anyway.unstable
parent
ef762c5d57
commit
7caf3a0159
|
@ -0,0 +1,9 @@
|
|||
class RenameWorkspaceMembers < ActiveRecord::Migration
|
||||
def up
|
||||
rename_table :project_members, :workspace_members
|
||||
end
|
||||
|
||||
def down
|
||||
rename_table :workspace_members, :project_members
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue