We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 112e7f4 + 56364b2 commit 440747aCopy full SHA for 440747a
db/schema.rb
@@ -11,7 +11,7 @@
11
#
12
# It's strongly recommended to check this file into your version control system.
13
14
-ActiveRecord::Schema.define(:version => 20140717105025) do
+ActiveRecord::Schema.define(:version => 20140719160422) do
15
16
create_table "alias_tags", :id => false, :force => true do |t|
17
t.integer "tag_id"
@@ -424,7 +424,6 @@
424
t.string "linkedin_secret"
425
t.datetime "last_email_sent"
426
t.string "linkedin_public_url"
427
- t.boolean "beta_access", :default => false
428
t.text "redemptions"
429
t.integer "endorsements_count", :default => 0
430
t.string "team_document_id"
spec/models/github_spec.rb
0 commit comments