From 6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e Mon Sep 17 00:00:00 2001 From: randx Date: Tue, 26 Jun 2012 21:23:09 +0300 Subject: Reannotated --- app/models/wiki.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/models/wiki.rb') diff --git a/app/models/wiki.rb b/app/models/wiki.rb index 3315488cfe1..ecc46fb4efb 100644 --- a/app/models/wiki.rb +++ b/app/models/wiki.rb @@ -34,13 +34,13 @@ end # # Table name: wikis # -# id :integer not null, primary key +# id :integer(4) not null, primary key # title :string(255) # content :text -# project_id :integer +# project_id :integer(4) # created_at :datetime not null # updated_at :datetime not null # slug :string(255) -# user_id :integer +# user_id :integer(4) # -- cgit v1.2.3