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:
Annotated models
Michael Hartl (author)
Wed Apr 23 12:43:26 -0700 2008
commit  e334650c4408c280040bf893fb65a3d0cea0972b
tree    de3cc3cec7b76b5f8756883bd80643791b05b523
parent  63fe68807415ba26053845a61526b0cee0a25784
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
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
...
1
 
2
3
4
5
6
 
 
 
 
 
 
 
 
7
8
9
10
11
12
13
14
15
16
17
 
 
18
19
20
21
22
0
@@ -1,22 +1,22 @@
0
 # == Schema Information
0
-# Schema version: 17
0
+# Schema version: 18
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
+# 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
+# created_at :datetime
0
+# updated_at :datetime
0
 # admin :boolean(1) not null
0
 # deactivated :boolean(1) not null
0
 #
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 17
0
+# Schema version: 18
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: 17
0
+# Schema version: 18
0
 #
0
 # Table name: posts
0
 #
...
1
2
 
3
4
5
...
10
11
12
 
13
14
15
...
1
 
2
3
4
5
...
10
11
12
13
14
15
16
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 17
0
+# Schema version: 18
0
 #
0
 # Table name: preferences
0
 #
0
@@ -10,6 +10,7 @@
0
 # email_verifications :boolean(1) not null
0
 # created_at :datetime
0
 # updated_at :datetime
0
+# analytics :text
0
 #
0
 
0
 class Preference < ActiveRecord::Base
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 # == Schema Information
0
-# Schema version: 17
0
+# Schema version: 18
0
 #
0
 # Table name: topics
0
 #
...
30
31
32
 
33
34
35
...
30
31
32
33
34
35
36
0
@@ -30,6 +30,7 @@ namespace :db do
0
     desc "Reload sample data"
0
     task :reload => :environment do |t|
0
       Rake::Task["db:sample_data:remove"].invoke
0
+ Rake::Task["install"].invoke
0
       Rake::Task["db:sample_data:load"].invoke
0
     end
0
   end

Comments

    No one has commented yet.