Skip to content

Commit 440747a

Browse files
committed
Merge pull request coderwall#80 from sirwolfgang/master
migrate schema and removal depercated tests
2 parents 112e7f4 + 56364b2 commit 440747a

File tree

2 files changed

+1
-60
lines changed

2 files changed

+1
-60
lines changed

db/schema.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# It's strongly recommended to check this file into your version control system.
1313

14-
ActiveRecord::Schema.define(:version => 20140717105025) do
14+
ActiveRecord::Schema.define(:version => 20140719160422) do
1515

1616
create_table "alias_tags", :id => false, :force => true do |t|
1717
t.integer "tag_id"
@@ -424,7 +424,6 @@
424424
t.string "linkedin_secret"
425425
t.datetime "last_email_sent"
426426
t.string "linkedin_public_url"
427-
t.boolean "beta_access", :default => false
428427
t.text "redemptions"
429428
t.integer "endorsements_count", :default => 0
430429
t.string "team_document_id"

spec/models/github_spec.rb

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)