public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Search Repo:
Reannotated models
Michael Hartl (author)
Tue May 13 11:22:48 -0700 2008
commit  ead78241e111abe139c5244eae56e041c401b38c
tree    a191123c689686b7965a11b9dbf48d14352e6152
parent  ab2d05492b97caac5d9032338ac01bc5b1ff36de
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: activities
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: blogs
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: posts
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: comments
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: communications
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: connections
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: email_verifications
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: feeds
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: forums
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: posts
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: communications
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: page_views
0
 #
...
1
2
 
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
23
24
...
1
 
2
3
4
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
0
@@ -1,24 +1,28 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: people
0
 #
0
-# id :integer(11) not null, primary key
0
-# email :string(255)
0
-# name :string(255)
0
-# remember_token :string(255)
0
-# crypted_password :string(255)
0
-# description :text
0
-# remember_token_expires_at :datetime
0
-# last_contacted_at :datetime
0
-# last_logged_in_at :datetime
0
-# forum_posts_count :integer(11) default(0), not null
0
-# blog_post_comments_count :integer(11) default(0), not null
0
-# wall_comments_count :integer(11) default(0), not null
0
-# created_at :datetime
0
-# updated_at :datetime
0
-# admin :boolean(1) not null
0
-# deactivated :boolean(1) not null
0
+# id :integer(11) not null, primary key
0
+# email :string(255)
0
+# name :string(255)
0
+# remember_token :string(255)
0
+# crypted_password :string(255)
0
+# description :text
0
+# remember_token_expires_at :datetime
0
+# last_contacted_at :datetime
0
+# last_logged_in_at :datetime
0
+# forum_posts_count :integer(11) default(0), not null
0
+# blog_post_comments_count :integer(11) default(0), not null
0
+# wall_comments_count :integer(11) default(0), not null
0
+# created_at :datetime
0
+# updated_at :datetime
0
+# admin :boolean(1) not null
0
+# deactivated :boolean(1) not null
0
+# connection_notifications :boolean(1) default(TRUE)
0
+# message_notifications :boolean(1) default(TRUE)
0
+# wall_comment_notifications :boolean(1) default(TRUE)
0
+# blog_comment_notifications :boolean(1) default(TRUE)
0
 #
0
 
0
 class Person < ActiveRecord::Base
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: photos
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: posts
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: preferences
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 21
0
+# Schema version: 22
0
 #
0
 # Table name: topics
0
 #

Comments

    No one has commented yet.