localtower 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +30 -18
- data/{public/javascripts → app/assets/javascripts/localtower}/application.js.map +1 -1
- data/app/views/layouts/localtower/application.html.erb +2 -2
- data/lib/localtower/engine.rb +4 -0
- data/lib/localtower/version.rb +1 -1
- data/spec/dummy/Gemfile.lock +75 -71
- data/spec/dummy/db/schema.rb +2 -23
- data/spec/dummy/log/development.log +1726 -0
- data/spec/dummy/log/localtower.log +174 -0
- data/spec/dummy/log/test.log +429 -0
- metadata +6 -14
- data/spec/dummy/app/models/user.rb +0 -2
- data/spec/dummy/db/migrate/20241118233214_create_users.rb +0 -9
- data/spec/dummy/db/migrate/20241118233233_add_column_titme_for_user.rb +0 -6
- data/spec/dummy/tmp/pids/server.pid +0 -1
- /data/{public/javascripts → app/assets/javascripts/localtower}/application.js +0 -0
- /data/{public/stylesheets → app/assets/stylesheets/localtower}/application.css +0 -0
- /data/app/assets/stylesheets/{application.css → src/application.css} +0 -0
@@ -605,3 +605,177 @@
|
|
605
605
|
|
606
606
|
|
607
607
|
[2024-11-19 00:32:42 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.74467 sec
|
608
|
+
[2024-11-19 19:51:05 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost
|
609
|
+
[2024-11-19 19:51:05 +0100] - invoke active_record
|
610
|
+
create db/migrate/20241119185105_add_column_title_content_for_post.rb
|
611
|
+
|
612
|
+
[2024-11-19 19:51:05 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost in 0.766064 sec
|
613
|
+
[2024-11-19 19:51:05 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost
|
614
|
+
[2024-11-19 19:51:06 +0100] - invoke active_record
|
615
|
+
create db/migrate/20241119185106_remove_column_title_views_for_post.rb
|
616
|
+
|
617
|
+
[2024-11-19 19:51:06 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost in 0.727494 sec
|
618
|
+
[2024-11-19 19:51:06 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost
|
619
|
+
[2024-11-19 19:51:07 +0100] - invoke active_record
|
620
|
+
create db/migrate/20241119185107_rename_column_content_for_post.rb
|
621
|
+
|
622
|
+
[2024-11-19 19:51:07 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost in 0.729766 sec
|
623
|
+
[2024-11-19 19:51:07 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost
|
624
|
+
[2024-11-19 19:51:08 +0100] - invoke active_record
|
625
|
+
create db/migrate/20241119185108_change_column_type_content_new_views_by_users_for_post.rb
|
626
|
+
|
627
|
+
[2024-11-19 19:51:08 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost in 0.747264 sec
|
628
|
+
[2024-11-19 19:51:08 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost
|
629
|
+
[2024-11-19 19:51:08 +0100] - invoke active_record
|
630
|
+
create db/migrate/20241119185108_add_column_content_content_second_for_post.rb
|
631
|
+
|
632
|
+
[2024-11-19 19:51:08 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost in 0.72538 sec
|
633
|
+
[2024-11-19 19:51:08 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost
|
634
|
+
[2024-11-19 19:51:09 +0100] - invoke active_record
|
635
|
+
create db/migrate/20241119185109_belongs_to_user_for_post.rb
|
636
|
+
|
637
|
+
[2024-11-19 19:51:09 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost in 0.736783 sec
|
638
|
+
[2024-11-19 19:51:09 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost
|
639
|
+
[2024-11-19 19:51:10 +0100] - invoke active_record
|
640
|
+
create db/migrate/20241119185110_remove_index_to_column_views_by_users_for_post.rb
|
641
|
+
|
642
|
+
[2024-11-19 19:51:10 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost in 0.734549 sec
|
643
|
+
[2024-11-19 19:51:10 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost
|
644
|
+
[2024-11-19 19:51:11 +0100] - invoke active_record
|
645
|
+
create db/migrate/20241119185111_drop_table_for_post.rb
|
646
|
+
|
647
|
+
[2024-11-19 19:51:11 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost in 0.746868 sec
|
648
|
+
[2024-11-19 19:51:11 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post title:string:index tags:string:index content:text:index likes_count:integer score:float metadata:jsonb --force
|
649
|
+
[2024-11-19 19:51:11 +0100] - invoke active_record
|
650
|
+
create db/migrate/20241119185111_create_posts.rb
|
651
|
+
create app/models/post.rb
|
652
|
+
|
653
|
+
[2024-11-19 19:51:11 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post title:string:index tags:string:index content:text:index likes_count:integer score:float metadata:jsonb --force in 0.862598 sec
|
654
|
+
[2024-11-19 19:51:11 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
655
|
+
[2024-11-19 19:51:12 +0100] - invoke active_record
|
656
|
+
create db/migrate/20241119185112_create_posts.rb
|
657
|
+
create app/models/post.rb
|
658
|
+
|
659
|
+
[2024-11-19 19:51:12 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.862241 sec
|
660
|
+
[2024-11-19 19:51:12 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
661
|
+
[2024-11-19 19:51:13 +0100] - invoke active_record
|
662
|
+
create db/migrate/20241119185113_create_posts.rb
|
663
|
+
create app/models/post.rb
|
664
|
+
|
665
|
+
[2024-11-19 19:51:13 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.856765 sec
|
666
|
+
[2024-11-19 19:51:27 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost
|
667
|
+
[2024-11-19 19:51:28 +0100] - invoke active_record
|
668
|
+
create db/migrate/20241119185128_add_column_title_content_for_post.rb
|
669
|
+
|
670
|
+
[2024-11-19 19:51:28 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost in 0.740028 sec
|
671
|
+
[2024-11-19 19:51:28 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost
|
672
|
+
[2024-11-19 19:51:29 +0100] - invoke active_record
|
673
|
+
create db/migrate/20241119185129_remove_column_title_views_for_post.rb
|
674
|
+
|
675
|
+
[2024-11-19 19:51:29 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost in 0.737554 sec
|
676
|
+
[2024-11-19 19:51:29 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost
|
677
|
+
[2024-11-19 19:51:30 +0100] - invoke active_record
|
678
|
+
create db/migrate/20241119185130_rename_column_content_for_post.rb
|
679
|
+
|
680
|
+
[2024-11-19 19:51:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost in 0.747009 sec
|
681
|
+
[2024-11-19 19:51:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost
|
682
|
+
[2024-11-19 19:51:30 +0100] - invoke active_record
|
683
|
+
create db/migrate/20241119185130_change_column_type_content_new_views_by_users_for_post.rb
|
684
|
+
|
685
|
+
[2024-11-19 19:51:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost in 0.732737 sec
|
686
|
+
[2024-11-19 19:51:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost
|
687
|
+
[2024-11-19 19:51:31 +0100] - invoke active_record
|
688
|
+
create db/migrate/20241119185131_add_column_content_content_second_for_post.rb
|
689
|
+
|
690
|
+
[2024-11-19 19:51:31 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost in 0.730374 sec
|
691
|
+
[2024-11-19 19:51:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost
|
692
|
+
[2024-11-19 19:51:32 +0100] - invoke active_record
|
693
|
+
create db/migrate/20241119185132_belongs_to_user_for_post.rb
|
694
|
+
|
695
|
+
[2024-11-19 19:51:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost in 0.736758 sec
|
696
|
+
[2024-11-19 19:51:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost
|
697
|
+
[2024-11-19 19:51:33 +0100] - invoke active_record
|
698
|
+
create db/migrate/20241119185133_remove_index_to_column_views_by_users_for_post.rb
|
699
|
+
|
700
|
+
[2024-11-19 19:51:33 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost in 0.726656 sec
|
701
|
+
[2024-11-19 19:51:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost
|
702
|
+
[2024-11-19 19:51:33 +0100] - invoke active_record
|
703
|
+
create db/migrate/20241119185133_drop_table_for_post.rb
|
704
|
+
|
705
|
+
[2024-11-19 19:51:33 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost in 0.727065 sec
|
706
|
+
[2024-11-19 19:51:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post title:string:index tags:string:index content:text:index likes_count:integer score:float metadata:jsonb --force
|
707
|
+
[2024-11-19 19:51:34 +0100] - invoke active_record
|
708
|
+
create db/migrate/20241119185134_create_posts.rb
|
709
|
+
create app/models/post.rb
|
710
|
+
|
711
|
+
[2024-11-19 19:51:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post title:string:index tags:string:index content:text:index likes_count:integer score:float metadata:jsonb --force in 0.870209 sec
|
712
|
+
[2024-11-19 19:51:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
713
|
+
[2024-11-19 19:51:35 +0100] - invoke active_record
|
714
|
+
create db/migrate/20241119185135_create_posts.rb
|
715
|
+
create app/models/post.rb
|
716
|
+
|
717
|
+
[2024-11-19 19:51:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.87382 sec
|
718
|
+
[2024-11-19 19:51:35 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
719
|
+
[2024-11-19 19:51:36 +0100] - invoke active_record
|
720
|
+
create db/migrate/20241119185136_create_posts.rb
|
721
|
+
create app/models/post.rb
|
722
|
+
|
723
|
+
[2024-11-19 19:51:36 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.898173 sec
|
724
|
+
[2024-11-20 11:33:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost
|
725
|
+
[2024-11-20 11:33:35 +0100] - invoke active_record
|
726
|
+
create db/migrate/20241120103335_add_column_title_content_for_post.rb
|
727
|
+
|
728
|
+
[2024-11-20 11:33:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost in 0.780387 sec
|
729
|
+
[2024-11-20 11:33:35 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost
|
730
|
+
[2024-11-20 11:33:35 +0100] - invoke active_record
|
731
|
+
create db/migrate/20241120103335_remove_column_title_views_for_post.rb
|
732
|
+
|
733
|
+
[2024-11-20 11:33:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost in 0.7576 sec
|
734
|
+
[2024-11-20 11:33:35 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost
|
735
|
+
[2024-11-20 11:33:36 +0100] - invoke active_record
|
736
|
+
create db/migrate/20241120103336_rename_column_content_for_post.rb
|
737
|
+
|
738
|
+
[2024-11-20 11:33:36 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost in 0.736252 sec
|
739
|
+
[2024-11-20 11:33:36 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost
|
740
|
+
[2024-11-20 11:33:37 +0100] - invoke active_record
|
741
|
+
create db/migrate/20241120103337_change_column_type_content_new_views_by_users_for_post.rb
|
742
|
+
|
743
|
+
[2024-11-20 11:33:37 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost in 0.732607 sec
|
744
|
+
[2024-11-20 11:33:37 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost
|
745
|
+
[2024-11-20 11:33:38 +0100] - invoke active_record
|
746
|
+
create db/migrate/20241120103338_add_column_content_content_second_for_post.rb
|
747
|
+
|
748
|
+
[2024-11-20 11:33:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost in 0.728295 sec
|
749
|
+
[2024-11-20 11:33:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost
|
750
|
+
[2024-11-20 11:33:39 +0100] - invoke active_record
|
751
|
+
create db/migrate/20241120103339_belongs_to_user_for_post.rb
|
752
|
+
|
753
|
+
[2024-11-20 11:33:39 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost in 0.910221 sec
|
754
|
+
[2024-11-20 11:33:39 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost
|
755
|
+
[2024-11-20 11:33:39 +0100] - invoke active_record
|
756
|
+
create db/migrate/20241120103339_remove_index_to_column_views_by_users_for_post.rb
|
757
|
+
|
758
|
+
[2024-11-20 11:33:39 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost in 0.801383 sec
|
759
|
+
[2024-11-20 11:33:39 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost
|
760
|
+
[2024-11-20 11:33:40 +0100] - invoke active_record
|
761
|
+
create db/migrate/20241120103340_drop_table_for_post.rb
|
762
|
+
|
763
|
+
[2024-11-20 11:33:40 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost in 0.77272 sec
|
764
|
+
[2024-11-20 11:33:40 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post title:string:index tags:string:index content:text:index likes_count:integer score:float metadata:jsonb --force
|
765
|
+
[2024-11-20 11:33:41 +0100] - invoke active_record
|
766
|
+
create db/migrate/20241120103341_create_posts.rb
|
767
|
+
create app/models/post.rb
|
768
|
+
|
769
|
+
[2024-11-20 11:33:41 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post title:string:index tags:string:index content:text:index likes_count:integer score:float metadata:jsonb --force in 0.87574 sec
|
770
|
+
[2024-11-20 11:33:41 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
771
|
+
[2024-11-20 11:33:42 +0100] - invoke active_record
|
772
|
+
create db/migrate/20241120103342_create_posts.rb
|
773
|
+
create app/models/post.rb
|
774
|
+
|
775
|
+
[2024-11-20 11:33:42 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.854854 sec
|
776
|
+
[2024-11-20 11:33:42 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
777
|
+
[2024-11-20 11:33:43 +0100] - invoke active_record
|
778
|
+
create db/migrate/20241120103343_create_posts.rb
|
779
|
+
create app/models/post.rb
|
780
|
+
|
781
|
+
[2024-11-20 11:33:43 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.898272 sec
|
data/spec/dummy/log/test.log
CHANGED
@@ -714,3 +714,432 @@
|
|
714
714
|
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
715
715
|
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
716
716
|
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
717
|
+
[1m[35m (4.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
718
|
+
[1m[35m (1.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
719
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
720
|
+
[1m[35m (2.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
721
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
722
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
723
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
724
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
725
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
726
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
727
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
728
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
729
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
730
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
731
|
+
[1m[35m (1.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
732
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
733
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
734
|
+
[1m[35m (1.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
735
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
736
|
+
[1m[35m (1.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
737
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
738
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
739
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
740
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
741
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
742
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
743
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
744
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
745
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
746
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
747
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
748
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
749
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
750
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
751
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
752
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
753
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
754
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
755
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
756
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
757
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
758
|
+
[1m[35m (2.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
759
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
760
|
+
[1m[35m (1.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
761
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
762
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
763
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
764
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
765
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
766
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
767
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
768
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
769
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
770
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
771
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
772
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
773
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
774
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
775
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
776
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
777
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
778
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
779
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
780
|
+
[1m[35m (6.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
781
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
782
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
783
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
784
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
785
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
786
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
787
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
788
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
789
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
790
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
791
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
792
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
793
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
794
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
795
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
796
|
+
[1m[35m (0.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
797
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
798
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
799
|
+
[1m[35m (0.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
800
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
801
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
802
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
803
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
804
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
805
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
806
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
807
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
808
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
809
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
810
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
811
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
812
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
813
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
814
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
815
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
816
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
817
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
818
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
819
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
820
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
821
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
822
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
823
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
824
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
825
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
826
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
827
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
828
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
829
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
830
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
831
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
832
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
833
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
834
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
835
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
836
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
837
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
838
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
839
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
840
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
841
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
842
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
843
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
844
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
845
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
846
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
847
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
848
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
849
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
850
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
851
|
+
[1m[35m (0.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
852
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
853
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
854
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
855
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
856
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
857
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
858
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
859
|
+
[1m[35m (0.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
860
|
+
[1m[35m (4.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
861
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
862
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
863
|
+
[1m[35m (3.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
864
|
+
[1m[35m (3.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
865
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
866
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
867
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
868
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
869
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
870
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
871
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
872
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
873
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
874
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
875
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
876
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
877
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
878
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
879
|
+
[1m[35m (1.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
880
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
881
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
882
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
883
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
884
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
885
|
+
[1m[35m (2.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
886
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
887
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
888
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
889
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
890
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
891
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
892
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
893
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
894
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
895
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
896
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
897
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
898
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
899
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
900
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
901
|
+
[1m[35m (2.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
902
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
903
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
904
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
905
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
906
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
907
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
908
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
909
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
910
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
911
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
912
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
913
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
914
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
915
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
916
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
917
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
918
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
919
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
920
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
921
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
922
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
923
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
924
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
925
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
926
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
927
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
928
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
929
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
930
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
931
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
932
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
933
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
934
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
935
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
936
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
937
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
938
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
939
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
940
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
941
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
942
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
943
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
944
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
945
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
946
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
947
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
948
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
949
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
950
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
951
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
952
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
953
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
954
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
955
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
956
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
957
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
958
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
959
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
960
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
961
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
962
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
963
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
964
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
965
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
966
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
967
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
968
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
969
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
970
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
971
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
972
|
+
[1m[35m (3.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
973
|
+
[1m[35m (4.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
974
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
975
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
976
|
+
[1m[35m (0.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
977
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
978
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
979
|
+
[1m[35m (0.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
980
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
981
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
982
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
983
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
984
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
985
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
986
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
987
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
988
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
989
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
990
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
991
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
992
|
+
[1m[35m (6.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
993
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
994
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
995
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
996
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
997
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
998
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
999
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1000
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1001
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1002
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1003
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1004
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1005
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1006
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1007
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1008
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1009
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1010
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1011
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1012
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1013
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1014
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1015
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1016
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1017
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1018
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1019
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1020
|
+
[1m[35m (1.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1021
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1022
|
+
[1m[35m (1.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1023
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1024
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1025
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1026
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1027
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1028
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1029
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1030
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1031
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1032
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1033
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1034
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1035
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1036
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1037
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1038
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1039
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1040
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1041
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1042
|
+
[1m[35m (2.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1043
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1044
|
+
[1m[35m (7.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1045
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1046
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1047
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1048
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1049
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1050
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1051
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1052
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1053
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1054
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1055
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1056
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1057
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1058
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1059
|
+
[1m[35m (1.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1060
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1061
|
+
[1m[35m (1.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1062
|
+
[1m[35m (1.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1063
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1064
|
+
[1m[35m (2.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1065
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1066
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1067
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1068
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1069
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1070
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1071
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1072
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1073
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1074
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1075
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1076
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1077
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1078
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1079
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1080
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1081
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1082
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1083
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1084
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1085
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1086
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1087
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1088
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1089
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1090
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1091
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1092
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1093
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1094
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1095
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1096
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1097
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1098
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1099
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1100
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1101
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1102
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1103
|
+
[1m[35m (1.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1104
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1105
|
+
[1m[35m (0.9ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1106
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1107
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1108
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1109
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1110
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1111
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1112
|
+
[1m[35m (0.7ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1113
|
+
[1m[35m (1.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1114
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1115
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1116
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1117
|
+
[1m[35m (1.0ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1118
|
+
[1m[35m (1.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1119
|
+
[1m[35m (1.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1120
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1121
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1122
|
+
[1m[35m (0.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1123
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1124
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1125
|
+
[1m[35m (0.2ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1126
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1127
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1128
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1129
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1130
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1131
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1132
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1133
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1134
|
+
[1m[35m (0.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1135
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1136
|
+
[1m[35m (0.3ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1137
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1138
|
+
[1m[35m (1.4ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1139
|
+
[1m[35m (1.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1140
|
+
[1m[35m (2.1ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1141
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1142
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1143
|
+
[1m[35m (0.8ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1144
|
+
[1m[35m (0.5ms)[0m [1m[34mselect * from schema_migrations;[0m
|
1145
|
+
[1m[35m (0.6ms)[0m [1m[34mselect * from schema_migrations;[0m
|