Fix the schema version.

Akinori MUSHA 10 gadi atpakaļ
vecāks
revīzija
56fa4cb751
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      db/schema.rb

+ 1 - 1
db/schema.rb

@@ -11,7 +11,7 @@
11 11
 #
12 12
 # It's strongly recommended that you check this file into your version control system.
13 13
 
14
-ActiveRecord::Schema.define(version: 20140821155428) do
14
+ActiveRecord::Schema.define(version: 20140821115428) do
15 15
 
16 16
   create_table "agent_logs", force: true do |t|
17 17
     t.integer  "agent_id",                                       null: false