Actualizar plugin Private Wiki a 0.2.0-mistraloz

This commit is contained in:
Manuel Cillero 2020-11-30 11:11:31 +01:00
parent b37d1305f1
commit fd78375294
10 changed files with 43 additions and 59 deletions

View file

@ -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)