localtower 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -9833,3 +9833,458 @@ FOREIGN KEY ("post_id")
9833
9833
   (9.2ms) DROP TABLE if exists USERS cascade;
9834
9834
   (2.6ms) DROP TABLE if exists POSTS cascade;
9835
9835
   (2.4ms) DROP TABLE if exists USER_POSTS cascade;
9836
+  (10.7ms) DROP TABLE if exists SCHEMA_MIGRATIONS cascade;
9837
+  (2.0ms) DROP TABLE if exists AR_INTERNAL_METADATA cascade;
9838
+  (17.1ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
9839
+  (15.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
9840
+  (2.6ms) SELECT pg_try_advisory_lock(268089350951355045);
9841
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
9842
+ Migrating to ChangeTheModelPostAtTime1488995049 (20170308174412)
9843
+  (0.3ms) BEGIN
9844
+  (22.2ms) CREATE TABLE "posts" ("id" serial primary key)
9845
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174412"]]
9846
+  (6.4ms) COMMIT
9847
+ ActiveRecord::InternalMetadata Load (1.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9848
+  (0.2ms) BEGIN
9849
+ SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "test"], ["created_at", 2017-03-08 17:44:15 UTC], ["updated_at", 2017-03-08 17:44:15 UTC]]
9850
+  (0.4ms) COMMIT
9851
+  (0.5ms) SELECT pg_advisory_unlock(268089350951355045)
9852
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
9853
+  (0.2ms) SELECT pg_try_advisory_lock(268089350951355045);
9854
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
9855
+ Migrating to ChangeTheModelPostAtTime1488995055 (20170308174418)
9856
+  (0.2ms) BEGIN
9857
+  (15.0ms) ALTER TABLE "posts" ADD "tags" text[] DEFAULT '{}'
9858
+  (1.6ms) CREATE INDEX "index_posts_on_tags" ON "posts" USING gin ("tags")
9859
+  (3.4ms) ALTER TABLE "posts" ADD "views" integer DEFAULT 0 NOT NULL
9860
+  (0.3ms) ALTER TABLE "posts" ADD "content" text
9861
+  (0.2ms) ALTER TABLE "posts" ADD "title" character varying
9862
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174418"]]
9863
+  (1.6ms) COMMIT
9864
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9865
+  (0.2ms) BEGIN
9866
+  (0.1ms) COMMIT
9867
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9868
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
9869
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
9870
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
9871
+ Migrating to ChangeTheModelPostAtTime1488995061 (20170308174424)
9872
+  (0.3ms) BEGIN
9873
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174424"]]
9874
+  (0.5ms) COMMIT
9875
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9876
+  (0.2ms) BEGIN
9877
+  (0.2ms) COMMIT
9878
+  (0.6ms) SELECT pg_advisory_unlock(268089350951355045)
9879
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
9880
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
9881
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
9882
+ Migrating to ChangeTheModelPostAtTime1488995067 (20170308174430)
9883
+  (0.3ms) BEGIN
9884
+  (0.5ms) ALTER TABLE "posts" RENAME COLUMN "content" TO "content_new"
9885
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174430"]]
9886
+  (7.6ms) COMMIT
9887
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9888
+  (0.3ms) BEGIN
9889
+  (0.1ms) COMMIT
9890
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9891
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
9892
+  (0.2ms) SELECT pg_try_advisory_lock(268089350951355045);
9893
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
9894
+ Migrating to ChangeTheModelPostAtTime1488995073 (20170308174436)
9895
+  (0.2ms) BEGIN
9896
+  (0.4ms) ALTER TABLE "posts" RENAME COLUMN "views" TO "views_by_users"
9897
+  (0.5ms) ALTER TABLE "posts" DROP "title"
9898
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174436"]]
9899
+  (8.6ms) COMMIT
9900
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9901
+  (0.2ms) BEGIN
9902
+  (0.2ms) COMMIT
9903
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9904
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
9905
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
9906
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
9907
+ Migrating to ChangeTheModelPostAtTime1488995079 (20170308174442)
9908
+  (0.2ms) BEGIN
9909
+  (2.4ms) CREATE INDEX "index_posts_on_views_by_users" ON "posts" ("views_by_users")
9910
+  (0.6ms) ALTER TABLE "posts" ALTER COLUMN "content_new" TYPE character varying
9911
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174442"]]
9912
+  (0.4ms) COMMIT
9913
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9914
+  (0.2ms) BEGIN
9915
+  (0.2ms) COMMIT
9916
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9917
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
9918
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
9919
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
9920
+ Migrating to ChangeTheModelPostAtTime1488995085 (20170308174448)
9921
+  (0.2ms) BEGIN
9922
+  (9.8ms) CREATE INDEX "index_posts_on_content_new" ON "posts" ("content_new")
9923
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174448"]]
9924
+  (0.6ms) COMMIT
9925
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9926
+  (0.2ms) BEGIN
9927
+  (0.2ms) COMMIT
9928
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9929
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
9930
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
9931
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
9932
+ Migrating to ChangeTheModelPostAtTime1488995091 (20170308174454)
9933
+  (0.3ms) BEGIN
9934
+  (0.7ms) DROP INDEX "index_posts_on_views_by_users"
9935
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174454"]]
9936
+  (1.2ms) COMMIT
9937
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9938
+  (0.2ms) BEGIN
9939
+  (0.2ms) COMMIT
9940
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9941
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
9942
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
9943
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
9944
+ Migrating to ChangeTheModelPostAtTime1488995097 (20170308174459)
9945
+  (0.3ms) BEGIN
9946
+  (2.7ms) DROP TABLE "posts" CASCADE
9947
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174459"]]
9948
+  (1.7ms) COMMIT
9949
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9950
+  (0.2ms) BEGIN
9951
+  (0.3ms) COMMIT
9952
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9953
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
9954
+  (7.1ms) DROP TABLE if exists SCHEMA_MIGRATIONS cascade;
9955
+  (7.2ms) DROP TABLE if exists AR_INTERNAL_METADATA cascade;
9956
+  (4.6ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
9957
+  (3.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
9958
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
9959
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
9960
+ Migrating to CreatePosts (20170308174506)
9961
+  (0.4ms) BEGIN
9962
+  (4.6ms) CREATE TABLE "posts" ("id" serial primary key, "title" character varying, "content" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
9963
+  (1.1ms) CREATE INDEX "index_posts_on_title" ON "posts" ("title")
9964
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174506"]]
9965
+  (0.5ms) COMMIT
9966
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9967
+  (0.2ms) BEGIN
9968
+ SQL (0.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "test"], ["created_at", 2017-03-08 17:45:08 UTC], ["updated_at", 2017-03-08 17:45:08 UTC]]
9969
+  (0.5ms) COMMIT
9970
+  (0.4ms) SELECT pg_advisory_unlock(268089350951355045)
9971
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
9972
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
9973
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
9974
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9975
+  (0.2ms) BEGIN
9976
+  (0.2ms) COMMIT
9977
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9978
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
9979
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
9980
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
9981
+ Migrating to CreateUsers (20170308174514)
9982
+  (0.3ms) BEGIN
9983
+  (5.0ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying, "metadata" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
9984
+  (1.4ms) CREATE INDEX "index_users_on_name" ON "users" ("name")
9985
+ SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174514"]]
9986
+  (0.6ms) COMMIT
9987
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9988
+  (0.3ms) BEGIN
9989
+  (0.2ms) COMMIT
9990
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9991
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
9992
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
9993
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
9994
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
9995
+  (0.2ms) BEGIN
9996
+  (0.2ms) COMMIT
9997
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
9998
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
9999
+  (8.0ms) DROP TABLE if exists USERS cascade;
10000
+  (7.8ms) DROP TABLE if exists SCHEMA_MIGRATIONS cascade;
10001
+  (7.9ms) DROP TABLE if exists AR_INTERNAL_METADATA cascade;
10002
+  (2.3ms) DROP TABLE if exists POSTS cascade;
10003
+  (12.2ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
10004
+  (3.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10005
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
10006
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
10007
+ Migrating to CreatePosts (20170308174521)
10008
+  (0.3ms) BEGIN
10009
+  (4.1ms) CREATE TABLE "posts" ("id" serial primary key, "title" character varying, "content" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10010
+  (1.2ms) CREATE INDEX "index_posts_on_title" ON "posts" ("title")
10011
+ SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174521"]]
10012
+  (0.6ms) COMMIT
10013
+ Migrating to CreateUsers (20170308174524)
10014
+  (0.4ms) BEGIN
10015
+  (4.2ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying, "metadata" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10016
+  (1.1ms) CREATE INDEX "index_users_on_name" ON "users" ("name")
10017
+ SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174524"]]
10018
+  (0.6ms) COMMIT
10019
+ Migrating to CreateUserPosts (20170308174527)
10020
+  (0.4ms) BEGIN
10021
+  (8.0ms) CREATE TABLE "user_posts" ("id" serial primary key, "user_id" integer, "post_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_6c6a346128"
10022
+ FOREIGN KEY ("user_id")
10023
+ REFERENCES "users" ("id")
10024
+ , CONSTRAINT "fk_rails_38a7c4b06f"
10025
+ FOREIGN KEY ("post_id")
10026
+ REFERENCES "posts" ("id")
10027
+ )
10028
+  (1.0ms) CREATE INDEX "index_user_posts_on_user_id" ON "user_posts" ("user_id")
10029
+  (1.1ms) CREATE INDEX "index_user_posts_on_post_id" ON "user_posts" ("post_id")
10030
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308174527"]]
10031
+  (0.6ms) COMMIT
10032
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10033
+  (0.3ms) BEGIN
10034
+ SQL (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "test"], ["created_at", 2017-03-08 17:45:30 UTC], ["updated_at", 2017-03-08 17:45:30 UTC]]
10035
+  (0.5ms) COMMIT
10036
+  (0.4ms) SELECT pg_advisory_unlock(268089350951355045)
10037
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10038
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
10039
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
10040
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10041
+  (0.2ms) BEGIN
10042
+  (0.2ms) COMMIT
10043
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10044
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10045
+  (7.4ms) DROP TABLE if exists SCHEMA_MIGRATIONS cascade;
10046
+  (7.7ms) DROP TABLE if exists AR_INTERNAL_METADATA cascade;
10047
+  (9.9ms) DROP TABLE if exists USERS cascade;
10048
+  (2.3ms) DROP TABLE if exists POSTS cascade;
10049
+  (2.2ms) DROP TABLE if exists USER_POSTS cascade;
10050
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
10051
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
10052
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10053
+  (0.2ms) BEGIN
10054
+ SQL (0.5ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", 2017-03-08 17:47:22 UTC], ["key", "environment"]]
10055
+  (9.1ms) COMMIT
10056
+  (0.9ms) SELECT pg_advisory_unlock(268089350951355045)
10057
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10058
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
10059
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
10060
+ ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10061
+  (0.2ms) BEGIN
10062
+ SQL (0.5ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", 2017-03-08 17:47:53 UTC], ["key", "environment"]]
10063
+  (7.7ms) COMMIT
10064
+  (0.4ms) SELECT pg_advisory_unlock(268089350951355045)
10065
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10066
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
10067
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
10068
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10069
+  (0.3ms) BEGIN
10070
+ SQL (0.4ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", 2017-03-08 17:48:12 UTC], ["key", "environment"]]
10071
+  (0.5ms) COMMIT
10072
+  (0.2ms) SELECT pg_advisory_unlock(268089350951355045)
10073
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10074
+  (9.0ms) DROP TABLE if exists USERS cascade;
10075
+  (8.6ms) DROP TABLE if exists USER_POSTS cascade;
10076
+  (13.6ms) DROP TABLE if exists SCHEMA_MIGRATIONS cascade;
10077
+  (5.9ms) DROP TABLE if exists AR_INTERNAL_METADATA cascade;
10078
+  (1.7ms) DROP TABLE if exists POSTS cascade;
10079
+  (5.7ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
10080
+  (19.6ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10081
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
10082
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
10083
+ Migrating to ChangeTheModelPostAtTime1488995640 (20170308175403)
10084
+  (0.3ms) BEGIN
10085
+  (21.8ms) CREATE TABLE "posts" ("id" serial primary key)
10086
+ SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175403"]]
10087
+  (6.2ms) COMMIT
10088
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10089
+  (0.2ms) BEGIN
10090
+ SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "test"], ["created_at", 2017-03-08 17:54:06 UTC], ["updated_at", 2017-03-08 17:54:06 UTC]]
10091
+  (5.5ms) COMMIT
10092
+  (0.4ms) SELECT pg_advisory_unlock(268089350951355045)
10093
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10094
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
10095
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
10096
+ Migrating to ChangeTheModelPostAtTime1488995646 (20170308175410)
10097
+  (0.2ms) BEGIN
10098
+  (15.7ms) ALTER TABLE "posts" ADD "tags" text[] DEFAULT '{}'
10099
+  (1.5ms) CREATE INDEX "index_posts_on_tags" ON "posts" USING gin ("tags")
10100
+  (3.7ms) ALTER TABLE "posts" ADD "views" integer DEFAULT 0 NOT NULL
10101
+  (0.3ms) ALTER TABLE "posts" ADD "content" text
10102
+  (0.2ms) ALTER TABLE "posts" ADD "title" character varying
10103
+ SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175410"]]
10104
+  (1.8ms) COMMIT
10105
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10106
+  (0.3ms) BEGIN
10107
+  (0.2ms) COMMIT
10108
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10109
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10110
+  (0.2ms) SELECT pg_try_advisory_lock(268089350951355045);
10111
+ ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"
10112
+ Migrating to ChangeTheModelPostAtTime1488995653 (20170308175416)
10113
+  (0.3ms) BEGIN
10114
+ SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175416"]]
10115
+  (0.5ms) COMMIT
10116
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10117
+  (0.3ms) BEGIN
10118
+  (0.2ms) COMMIT
10119
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10120
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
10121
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
10122
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
10123
+ Migrating to ChangeTheModelPostAtTime1488995659 (20170308175423)
10124
+  (0.2ms) BEGIN
10125
+  (0.6ms) ALTER TABLE "posts" RENAME COLUMN "content" TO "content_new"
10126
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175423"]]
10127
+  (8.6ms) COMMIT
10128
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10129
+  (0.2ms) BEGIN
10130
+  (0.3ms) COMMIT
10131
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10132
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10133
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
10134
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
10135
+ Migrating to ChangeTheModelPostAtTime1488995666 (20170308175429)
10136
+  (0.3ms) BEGIN
10137
+  (0.4ms) ALTER TABLE "posts" RENAME COLUMN "views" TO "views_by_users"
10138
+  (0.5ms) ALTER TABLE "posts" DROP "title"
10139
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175429"]]
10140
+  (8.6ms) COMMIT
10141
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10142
+  (0.2ms) BEGIN
10143
+  (0.3ms) COMMIT
10144
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10145
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
10146
+  (0.2ms) SELECT pg_try_advisory_lock(268089350951355045);
10147
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
10148
+ Migrating to ChangeTheModelPostAtTime1488995671 (20170308175434)
10149
+  (0.3ms) BEGIN
10150
+  (9.8ms) CREATE INDEX "index_posts_on_views_by_users" ON "posts" ("views_by_users")
10151
+  (0.7ms) ALTER TABLE "posts" ALTER COLUMN "content_new" TYPE character varying
10152
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175434"]]
10153
+  (0.5ms) COMMIT
10154
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10155
+  (0.3ms) BEGIN
10156
+  (0.3ms) COMMIT
10157
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10158
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10159
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
10160
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
10161
+ Migrating to ChangeTheModelPostAtTime1488995677 (20170308175440)
10162
+  (0.3ms) BEGIN
10163
+  (11.0ms) CREATE INDEX "index_posts_on_content_new" ON "posts" ("content_new")
10164
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175440"]]
10165
+  (0.5ms) COMMIT
10166
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10167
+  (0.2ms) BEGIN
10168
+  (0.2ms) COMMIT
10169
+  (0.2ms) SELECT pg_advisory_unlock(268089350951355045)
10170
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10171
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
10172
+ ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"
10173
+ Migrating to ChangeTheModelPostAtTime1488995682 (20170308175445)
10174
+  (0.2ms) BEGIN
10175
+  (1.0ms) DROP INDEX "index_posts_on_views_by_users"
10176
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175445"]]
10177
+  (8.8ms) COMMIT
10178
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10179
+  (0.2ms) BEGIN
10180
+  (0.2ms) COMMIT
10181
+  (0.2ms) SELECT pg_advisory_unlock(268089350951355045)
10182
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10183
+  (0.4ms) SELECT pg_try_advisory_lock(268089350951355045);
10184
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
10185
+ Migrating to ChangeTheModelPostAtTime1488995688 (20170308175452)
10186
+  (0.3ms) BEGIN
10187
+  (2.3ms) DROP TABLE "posts" CASCADE
10188
+ SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175452"]]
10189
+  (10.2ms) COMMIT
10190
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10191
+  (0.4ms) BEGIN
10192
+  (0.2ms) COMMIT
10193
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10194
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10195
+  (6.9ms) DROP TABLE if exists AR_INTERNAL_METADATA cascade;
10196
+  (7.0ms) DROP TABLE if exists SCHEMA_MIGRATIONS cascade;
10197
+  (12.4ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
10198
+  (2.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10199
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
10200
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
10201
+ Migrating to CreatePosts (20170308175458)
10202
+  (0.3ms) BEGIN
10203
+  (4.1ms) CREATE TABLE "posts" ("id" serial primary key, "title" character varying, "content" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10204
+  (1.2ms) CREATE INDEX "index_posts_on_title" ON "posts" ("title")
10205
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175458"]]
10206
+  (0.6ms) COMMIT
10207
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10208
+  (0.2ms) BEGIN
10209
+ SQL (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "test"], ["created_at", 2017-03-08 17:55:00 UTC], ["updated_at", 2017-03-08 17:55:00 UTC]]
10210
+  (0.5ms) COMMIT
10211
+  (0.4ms) SELECT pg_advisory_unlock(268089350951355045)
10212
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10213
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
10214
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
10215
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10216
+  (0.2ms) BEGIN
10217
+  (0.2ms) COMMIT
10218
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10219
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
10220
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
10221
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
10222
+ Migrating to CreateUsers (20170308175506)
10223
+  (0.3ms) BEGIN
10224
+  (12.6ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying, "metadata" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10225
+  (1.3ms) CREATE INDEX "index_users_on_name" ON "users" ("name")
10226
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175506"]]
10227
+  (0.6ms) COMMIT
10228
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10229
+  (0.2ms) BEGIN
10230
+  (0.2ms) COMMIT
10231
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10232
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10233
+  (0.2ms) SELECT pg_try_advisory_lock(268089350951355045);
10234
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
10235
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10236
+  (0.3ms) BEGIN
10237
+  (0.3ms) COMMIT
10238
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10239
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10240
+  (7.3ms) DROP TABLE if exists SCHEMA_MIGRATIONS cascade;
10241
+  (6.8ms) DROP TABLE if exists AR_INTERNAL_METADATA cascade;
10242
+  (8.1ms) DROP TABLE if exists POSTS cascade;
10243
+  (2.1ms) DROP TABLE if exists USERS cascade;
10244
+  (4.6ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
10245
+  (3.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10246
+  (0.5ms) SELECT pg_try_advisory_lock(268089350951355045);
10247
+ ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"
10248
+ Migrating to CreatePosts (20170308175514)
10249
+  (0.2ms) BEGIN
10250
+  (5.2ms) CREATE TABLE "posts" ("id" serial primary key, "title" character varying, "content" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10251
+  (1.2ms) CREATE INDEX "index_posts_on_title" ON "posts" ("title")
10252
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175514"]]
10253
+  (0.8ms) COMMIT
10254
+ Migrating to CreateUsers (20170308175517)
10255
+  (0.4ms) BEGIN
10256
+  (3.8ms) CREATE TABLE "users" ("id" serial primary key, "name" character varying, "metadata" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
10257
+  (1.2ms) CREATE INDEX "index_users_on_name" ON "users" ("name")
10258
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175517"]]
10259
+  (0.6ms) COMMIT
10260
+ Migrating to CreateUserPosts (20170308175520)
10261
+  (0.5ms) BEGIN
10262
+  (4.0ms) CREATE TABLE "user_posts" ("id" serial primary key, "user_id" integer, "post_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_6c6a346128"
10263
+ FOREIGN KEY ("user_id")
10264
+ REFERENCES "users" ("id")
10265
+ , CONSTRAINT "fk_rails_38a7c4b06f"
10266
+ FOREIGN KEY ("post_id")
10267
+ REFERENCES "posts" ("id")
10268
+ )
10269
+  (1.0ms) CREATE INDEX "index_user_posts_on_user_id" ON "user_posts" ("user_id")
10270
+  (1.0ms) CREATE INDEX "index_user_posts_on_post_id" ON "user_posts" ("post_id")
10271
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170308175520"]]
10272
+  (0.6ms) COMMIT
10273
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10274
+  (0.3ms) BEGIN
10275
+ SQL (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "test"], ["created_at", 2017-03-08 17:55:23 UTC], ["updated_at", 2017-03-08 17:55:23 UTC]]
10276
+  (0.3ms) COMMIT
10277
+  (0.3ms) SELECT pg_advisory_unlock(268089350951355045)
10278
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
10279
+  (0.3ms) SELECT pg_try_advisory_lock(268089350951355045);
10280
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
10281
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
10282
+  (0.3ms) BEGIN
10283
+  (0.2ms) COMMIT
10284
+  (0.2ms) SELECT pg_advisory_unlock(268089350951355045)
10285
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10286
+  (6.9ms) DROP TABLE if exists SCHEMA_MIGRATIONS cascade;
10287
+  (7.1ms) DROP TABLE if exists AR_INTERNAL_METADATA cascade;
10288
+  (9.1ms) DROP TABLE if exists USERS cascade;
10289
+  (2.5ms) DROP TABLE if exists POSTS cascade;
10290
+  (2.0ms) DROP TABLE if exists USER_POSTS cascade;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localtower
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damian Le Nouaille
@@ -162,6 +162,11 @@ files:
162
162
  - lib/localtower/tools.rb
163
163
  - lib/localtower/version.rb
164
164
  - lib/tasks/localtower_tasks.rake
165
+ - public/1_schema.png
166
+ - public/2_models_1.png
167
+ - public/2_models_2.png
168
+ - public/3_relations.png
169
+ - public/4_migrations.png
165
170
  - public/css/app.css
166
171
  - public/js/app.js
167
172
  - public/light-bootstrap-dashboard-master/assets/css/animate.min.css