Actualizar plugin Private Wiki a 0.2.0-mistraloz
This commit is contained in:
parent
b37d1305f1
commit
fd78375294
10 changed files with 43 additions and 59 deletions
|
@ -1,4 +1,4 @@
|
|||
class AddPrivateWikiAttribute < ActiveRecord::Migration
|
||||
class AddPrivateWikiAttribute < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
#Add a "Private" attribute used to identify visibility of wikis
|
||||
add_column(:wiki_pages, "private", :boolean, :default => false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue