localtower 1.0.0 → 2.0.0
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 +121 -33
- data/app/assets/stylesheets/application.css +68 -0
- data/app/controllers/localtower/pages_controller.rb +20 -35
- data/app/javascript/application.js +46 -0
- data/app/javascript/components/DarkSelect.js +115 -0
- data/app/javascript/components/ModernTooltip.js +26 -0
- data/app/javascript/components/NewMigrationForm.js +687 -0
- data/app/javascript/components/NewModelForm.js +432 -0
- data/app/javascript/components/data/Stores.js +294 -0
- data/app/views/layouts/localtower/application.html.erb +80 -66
- data/app/views/localtower/_migration.html.erb +30 -0
- data/app/views/localtower/pages/_alert_no_models.html.erb +1 -1
- data/app/views/localtower/pages/migrations.html.erb +24 -55
- data/app/views/localtower/pages/new_migration.html.erb +33 -96
- data/app/views/localtower/pages/new_model.html.erb +17 -83
- data/config/routes.rb +1 -1
- data/lib/localtower/engine.rb +5 -2
- data/lib/localtower/generators/migration.rb +218 -91
- data/lib/localtower/generators/model.rb +29 -20
- data/lib/localtower/generators/service_objects/insert_array.rb +5 -3
- data/lib/localtower/generators/service_objects/insert_defaults.rb +73 -3
- data/lib/localtower/generators/service_objects/insert_foreign_keys.rb +35 -0
- data/lib/localtower/generators/service_objects/insert_indexes.rb +41 -18
- data/lib/localtower/generators/service_objects/insert_nullable.rb +5 -3
- data/lib/localtower/status.rb +3 -1
- data/lib/localtower/tools.rb +20 -9
- data/lib/localtower/version.rb +1 -1
- data/lib/localtower.rb +0 -6
- data/public/com/favicon-64.png +0 -0
- data/public/com/twitter-cover-1.png +0 -0
- data/public/com/twitter-cover-2.png +0 -0
- data/public/fonts/Circular/CircularStd-Black.otf +0 -0
- data/public/fonts/Circular/CircularStd-BlackItalic.otf +0 -0
- data/public/fonts/Circular/CircularStd-Bold.otf +0 -0
- data/public/fonts/Circular/CircularStd-BoldItalic.otf +0 -0
- data/public/fonts/Circular/CircularStd-Book.otf +0 -0
- data/public/fonts/Circular/CircularStd-BookItalic.otf +0 -0
- data/public/fonts/Circular/CircularStd-Light Italic.otf +0 -0
- data/public/fonts/Circular/CircularStd-Light.otf +0 -0
- data/public/fonts/Circular/CircularStd-Medium.otf +0 -0
- data/public/fonts/Circular/CircularStd-MediumItalic.otf +0 -0
- data/public/fonts/Circular/Read Me.txt +5 -0
- data/public/fonts/Circular/www.dfonts.org.url +2 -0
- data/public/javascripts/application.js +30830 -0
- data/public/javascripts/application.js.map +7 -0
- data/public/screenshots/v0.1.1/1_schema.png +0 -0
- data/public/screenshots/v0.1.1/2_models_1.png +0 -0
- data/public/screenshots/v0.1.1/2_models_2.png +0 -0
- data/public/screenshots/v0.1.1/3_relations.png +0 -0
- data/public/screenshots/v0.1.1/4_migrations.png +0 -0
- data/public/screenshots/v0.1.6/1_schema.png +0 -0
- data/public/screenshots/v0.1.6/2_models_1.png +0 -0
- data/public/screenshots/v0.1.6/3_relations.png +0 -0
- data/public/screenshots/v0.1.6/4_migrations.png +0 -0
- data/public/screenshots/v0.1.6/5_capture.png +0 -0
- data/public/screenshots/v1.0.0/migrations.png +0 -0
- data/public/screenshots/v1.0.0/models.png +0 -0
- data/public/screenshots/v1.0.0/new_migration.png +0 -0
- data/public/screenshots/v1.0.0/new_model.png +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.44.30.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.44.42.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.44.54.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.48.21.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.48.28.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.48.51.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.49.09.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.50.04.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.50.11.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.50.19.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.51.47.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.51.48.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.52.02.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.52.18.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.52.26.jpg +0 -0
- data/public/screenshots/v2.0.0/Screenshot 2024-11-18 at 22.52.38.jpg +0 -0
- data/public/screenshots/v2.0.0/migrations.png +0 -0
- data/public/screenshots/v2.0.0/new_migration.png +0 -0
- data/public/screenshots/v2.0.0/new_model.png +0 -0
- data/public/stylesheets/application.css +1179 -0
- data/public/vendor/jquery-3.7.1.min.js +2 -0
- data/public/vendor/lucide.min.js +12 -0
- data/public/vendor/monokai-sublime.css +80 -0
- data/public/vendor/rails-ujs.min.js +8 -0
- data/spec/dummy/Gemfile +1 -1
- data/spec/dummy/Gemfile.lock +140 -102
- data/spec/dummy/app/models/user.rb +0 -1
- data/spec/dummy/config/database.yml +4 -6
- data/spec/dummy/config/puma.rb +1 -1
- data/spec/dummy/db/migrate/20241118233214_create_users.rb +9 -0
- data/spec/dummy/db/migrate/20241118233233_add_column_titme_for_user.rb +6 -0
- data/spec/dummy/db/schema.rb +3 -19
- data/spec/dummy/lib/tasks/reset.rake +16 -0
- data/spec/dummy/log/development.log +20995 -15969
- data/spec/dummy/log/localtower.log +588 -1906
- data/spec/dummy/log/test.log +716 -0
- data/spec/dummy/tmp/cache/sessions/localtower/726/FE1/_session_id%3A2%3A%3A69d6764784f832ea25700ea2f242210f3f8d94b48912b0f09ffc44311f0376eb +0 -0
- data/spec/dummy/tmp/cache/sessions/localtower/77E/121/_session_id%3A2%3A%3A0b3c1fe7154461ba023ba6c81dd1b999348757880b505f4b082faed263a627f9 +1 -0
- data/spec/dummy/tmp/cache/sessions/localtower/7EB/8A1/_session_id%3A2%3A%3Af88237c1d157546a5dcde894fd6c1410162a8eba318748d4ac573ee75e40df16 +0 -0
- data/spec/dummy/tmp/local_secret.txt +1 -0
- data/spec/dummy/tmp/pids/server.pid +1 -1
- data/spec/factories/migration.rb +77 -40
- data/spec/factories/model.rb +46 -26
- data/spec/lib/localtower/generators/migration_spec.rb +16 -24
- data/spec/lib/localtower/generators/model_spec.rb +71 -8
- data/spec/lib/localtower/generators/service_objects/insert_array_spec.rb +1 -1
- data/spec/lib/localtower/generators/service_objects/insert_defaults_spec.rb +1 -1
- data/spec/lib/localtower/generators/service_objects/insert_foreign_keys_spec.rb +101 -0
- data/spec/lib/localtower/generators/service_objects/insert_indexes_spec.rb +1 -1
- data/spec/lib/localtower/generators/service_objects/insert_nullable_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -3
- metadata +111 -234
- data/app/views/localtower/pages/models.html.erb +0 -63
- data/public/css/app.css +0 -55
- data/public/js/app.js +0 -337
- data/public/light-bootstrap-dashboard-master/assets/css/animate.min.css +0 -6
- data/public/light-bootstrap-dashboard-master/assets/css/bootstrap.min.css +0 -5
- data/public/light-bootstrap-dashboard-master/assets/css/demo.css +0 -61
- data/public/light-bootstrap-dashboard-master/assets/css/light-bootstrap-dashboard.css +0 -2789
- data/public/light-bootstrap-dashboard-master/assets/css/pe-icon-7-stroke.css +0 -632
- data/public/light-bootstrap-dashboard-master/assets/fonts/Pe-icon-7-stroke.eot +0 -0
- data/public/light-bootstrap-dashboard-master/assets/fonts/Pe-icon-7-stroke.svg +0 -212
- data/public/light-bootstrap-dashboard-master/assets/fonts/Pe-icon-7-stroke.ttf +0 -0
- data/public/light-bootstrap-dashboard-master/assets/fonts/Pe-icon-7-stroke.woff +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/default-avatar.png +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/faces/face-0.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/faces/face-1.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/faces/face-2.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/faces/face-3.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/faces/face-4.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/faces/face-5.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/faces/face-6.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/faces/face-7.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/faces/tim_vector.jpe +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/favicon.ico +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/loading-bubbles.svg +0 -14
- data/public/light-bootstrap-dashboard-master/assets/img/mask.png +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/new_logo.png +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/sidebar-1.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/sidebar-2.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/sidebar-3.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/sidebar-4.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/sidebar-5.jpg +0 -0
- data/public/light-bootstrap-dashboard-master/assets/img/tim_80x80.png +0 -0
- data/public/light-bootstrap-dashboard-master/assets/js/bootstrap-checkbox-radio-switch.js +0 -502
- data/public/light-bootstrap-dashboard-master/assets/js/bootstrap-notify.js +0 -404
- data/public/light-bootstrap-dashboard-master/assets/js/bootstrap-select.js +0 -438
- data/public/light-bootstrap-dashboard-master/assets/js/bootstrap.min.js +0 -7
- data/public/light-bootstrap-dashboard-master/assets/js/chartist.min.js +0 -9
- data/public/light-bootstrap-dashboard-master/assets/js/demo.js +0 -152
- data/public/light-bootstrap-dashboard-master/assets/js/jquery-1.10.2.js +0 -9789
- data/public/light-bootstrap-dashboard-master/assets/js/light-bootstrap-dashboard.js +0 -179
- data/public/logo-localtower-white-300.png +0 -0
- data/public/logo-localtower-white.png +0 -0
- data/public/logo-localtower.png +0 -0
- data/public/vendor/font-awesome.min.css +0 -4
- data/public/vendor/highlight-js-default.min.css +0 -9
- data/spec/dummy/app/models/post.rb +0 -3
- data/spec/dummy/db/migrate/20230119221452_create_users.rb +0 -14
- data/spec/dummy/db/migrate/20230119221751_change_users_at1674166670.rb +0 -7
- data/spec/dummy/db/migrate/20230119222054_create_posts.rb +0 -11
- data/spec/dummy/db/migrate/20230119222106_change_posts_at1674166865.rb +0 -5
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/-Y/-YOiiBKqc2UODHFjctm8xc7xFoZaL7zOjWQj6qQ2wyE.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/-d/-dwueM4vmPt8L51S3jeSyg_AjGDcj0GUN6pDpCA1gCg.cache +0 -3
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/0g/0gaJnJQdtd2ACbihXxn8OnjLWlDjnQ_WxfgOpbiLzhg.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/0r/0rFCsCV9kZnEYtZZ6sfig8329OU31bqjecDFqSVank8.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/1J/1J2k_CpnQE3d-PZAQwOVGQALGkta4qVvhdsKjgG0e4Q.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/2p/2pYVH2Z_syqh6ok8QYxJNKxXpx1Iwppf6JGElZI0gpw.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/3W/3WBmqd-2V6q5N-jvbyp-tlcfn3aHYMwBppbOUm7x4qg.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/4K/4KFPlHkhdDW0riGUmlbaR-kmDz6JUnQvY6fwW8qsdaE.cache +0 -3
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/6x/6xMeRWmLpNK_flx6-JA3KazvUxSCxyPxHv9Zm3eC26Q.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/7d/7dNqI_dCDJLJmI1oM4xwFp9nRRNOem-4P4OD7PMyz2E.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/8X/8XquhxVcp5A8QquLtxO8NgKTMJch0eqQmzFmRGIZP6I.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Ah/AhdfXXtU63kXS4TnsH2Vi1yWgVkIEeV8Z8XA68hrNQc.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Bt/BtAePnwLSGw82xUGI7wuhWDfuwarOQVS91YqCsweMcs.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Bx/BxzoG0KxeNLac4xTNeJv3qfeytbNBw58xj2zD-xdbrE.cache +0 -2
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/CC/CCD0ROPX0yxHwNpVZmuP8ZNtgQpaVCMXpdzC0Wb5n24.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/DS/DS43oxBg6K5PMWLn2mTy_4EnxI03ehHkxpjV7NCi8yM.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Do/Do83AoOat5W-c1g7piDGy2GMmffsY6JY0Qfuh5PY3GM.cache +0 -2
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/EI/EI0Nxk-VRATWstMuVCVc0_GdYlQ-a0dx6n2g0l3vIik.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/EN/ENhJnzJAU2IK-7aHqubj9N8Jo_UTmjG_VEQqyIkolQ8.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Fc/FcS6VUHN3Bd4pHGqd5NHA8jA4OLwWrU94s3b4GGxX9c.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/G0/G0kukI-r0q0Vbrg6e_jnYJoYcOX8K__h-mwKbCf4twE.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/I1/I1Jw08-mz8xzgrgi6giCzpf1UmzGTSbl4eJEw4DAoJM.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/IV/IVOO1dXBmgjieDk__g57p6aYt0Z3CmfTa32jhegoyko.cache +0 -3
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/JY/JYPmv5WP4wxdI9EKEEPkK_fVtqeSLfmint_5E8fQLQ8.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/MX/MXI3KxaQPZGImSvCNZ_TbQVruWCJ3E0xiVxza1ZCAjM.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/OU/OUoioCqXALK909jXPV3VSyCJIdNC7bsogUfdnRTpc5o.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/PH/PHjtqNLUPAUDiSlu5AbPjlIo20mOGNm0uNjMLhX2NvM.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/RC/RC9vfALY5K634pTeau0BAhTHl7d5_5yA3tM-QTLiKtI.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/RG/RG1PrmlixwaUlG8BV0kcm_3F7OQekxsrLYjBdf403-k.cache +0 -2
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Ut/UtoMO6n6FHTpRCGk9VfxlfTI2Ao2GYJ_6kMzx3B9VH8.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/VE/VExnbpDk3LxYdPk3htUrZQXPI8NK_zlKtSFfVXJlxU4.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Wm/WmKTjykiU-Tx_Faf5zduEeEQ-DozAs5omKToM2l1cZM.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/X-/X-KjhDPd0nI155N_FaxFSgaOiYo0_ytqlmkBlLM7ayw.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/XX/XXVhj-O91tJ5c8pz7DQlTABOv8TIRVg5haw9VOq9HuI.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/YC/YCiifo5NCMwDChFqYFiV4EaYEx8hy3Efle1PsGbIdak.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Ya/YayMISAqD-Y3vBFywwKrXbUovGf5o77HUF5s8mnQgO0.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Zl/Zl-NEb0aDLmZ9gN4gdY1OYlbUXD4JhkFY_y23m55zmo.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/_h/_hnjPptBeD3GP5B0iJR6pvyVkiMiq-o2TxaYmGf9KJo.cache +0 -3
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/_p/_poEF6QbTPYJiQCFGoXxIXjmvcn6T0I87ElzJGHguk0.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/aa/aaSj2zt8ddc87nZqTpOI9gRCKVnoalXKFBww7t4t3Kg.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/bZ/bZHWUkrOLp0WM_Ogo36Qjt4cxDt-rOFgtcj4LNB-BVE.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/cP/cPSNG_663TNT944Rke919luRS6FtpMwVc_7aDph645w.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/ce/ceq8fcZGIoqWrCl9vrCRrywEdx42iy9PrGG9CwFSIF4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/cl/cljhP0Jc018nLnG1rpdg-FUf6mlIqrQYvXTNXTNG9Bw.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/dm/dmod3fTZdoKso2FGM5RTQtb4kTB6vywsiXLWDygYFN4.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/dy/dySDGcUTqlKx2MTvOmIEP-WzhyhCfU5xhN9qgxbz3rI.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/gQ/gQYdmEzbLjTcFCnsfzXzEmeminOchF263snAk3IvXM0.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/gh/ghvuMAqccBGljlmEaI3Gt5tH5rEg6hseKYMYfRMkHdY.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/gt/gt8QC7k92A4hXA3HlCpQulW73tqd6x63I3uT-YrGMj0.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/hf/hfVg-y7dPSQKbb7V3I7M5w7IpOhDiIB2H31d2tmbZMU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/iF/iFLwyhZIu1Jxm77NUT2qWeTDMmyELW4U85t9rGE_KVg.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/kF/kFlIcBBnSyKE00OjpM90pqSn93mLMUv9esz86nrO-Cs.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/ma/MazNt_5OaYexRuZnccZZ_7AONlxn1a4W3KdWyHyBdws.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/ma/ma3w08gnDTeqwY2-C9BlToxA6-AS8bvXlu-nBiz0UYs.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache +0 -2
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache +0 -2
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/pv/pv6tV3CDkIAmLXdU8EPLlNEkXAKJPufVD4VP30o4fWo.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/qP/qPmv5snMrDw830S6hSICDcnIy7kVEWoFKXhGKT38lG4.cache +0 -2
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/sY/sYvTb1uPWWmnHJNXKuW_xSco-aUb-rN2f0J35zSIzuc.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/su/suQ_jjDxRiIn4VEqFJYKaBWJILaeGKBvoTv49XNX0vo.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/u8/u8IrW5IIQ7espwk2Vpk23zheL9YZA0tnbKq9X7E-WA0.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/wh/whzETExjcZCkn4msasD2aylgfhfpKPZrNxTkY-SOIDg.cache +0 -2
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/x7/x7PYh8DJvPykcEqpVab2vcY9-GFz-3cqtoMlRAu94Uc.cache +0 -2
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/y6/y6oxsJD3pAY9ph1_5M-77uiEjTVw8BheLZNygCKPm1g.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/yH/yHZ-a1J23ZCf2n5mEHINMz23Iec2cLGTKauW7k4yGTE.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/z7/z7KfUWYoSaGq8tQ5mbHwyfXyT3Pa4FWKJswHcIdJuds.cache +0 -1
- data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/zu/zuExWc5WHxeOUPZUKHl9a9ZRmN50g7jMOD28macn6M0.cache +0 -0
@@ -1,1925 +1,607 @@
|
|
1
|
-
[2023-01-19 15:39:58 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674139198
|
2
|
-
[2023-01-19 15:39:59 +0100] - invoke active_record
|
3
|
-
create db/migrate/20230119143959_change_users_at1674139198.rb
|
4
|
-
|
5
|
-
[2023-01-19 15:39:59 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674139198 in 0.951509 sec
|
6
|
-
[2023-01-19 17:10:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144633
|
7
|
-
[2023-01-19 17:10:34 +0100] - invoke active_record
|
8
|
-
create db/migrate/20230119161034_change_posts_at1674144633.rb
|
9
|
-
|
10
|
-
[2023-01-19 17:10:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144633 in 0.73032 sec
|
11
|
-
[2023-01-19 17:10:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144634
|
12
|
-
[2023-01-19 17:10:34 +0100] - invoke active_record
|
13
|
-
create db/migrate/20230119161034_change_posts_at1674144634.rb
|
14
|
-
|
15
|
-
[2023-01-19 17:10:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144634 in 0.674791 sec
|
16
|
-
[2023-01-19 17:10:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144634
|
17
|
-
[2023-01-19 17:10:35 +0100] - invoke active_record
|
18
|
-
create db/migrate/20230119161035_change_posts_at1674144634.rb
|
19
|
-
|
20
|
-
[2023-01-19 17:10:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144634 in 0.674095 sec
|
21
|
-
[2023-01-19 17:10:35 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144635
|
22
|
-
[2023-01-19 17:10:36 +0100] - invoke active_record
|
23
|
-
create db/migrate/20230119161036_change_posts_at1674144635.rb
|
24
|
-
|
25
|
-
[2023-01-19 17:10:36 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144635 in 0.672824 sec
|
26
|
-
[2023-01-19 17:10:36 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144636
|
27
|
-
[2023-01-19 17:10:36 +0100] - invoke active_record
|
28
|
-
create db/migrate/20230119161036_change_posts_at1674144636.rb
|
29
|
-
|
30
|
-
[2023-01-19 17:10:36 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144636 in 0.665899 sec
|
31
|
-
[2023-01-19 17:10:36 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144636
|
32
|
-
[2023-01-19 17:10:37 +0100] - invoke active_record
|
33
|
-
create db/migrate/20230119161037_change_posts_at1674144636.rb
|
34
|
-
|
35
|
-
[2023-01-19 17:10:37 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144636 in 0.667968 sec
|
36
|
-
[2023-01-19 17:10:37 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144637
|
37
|
-
[2023-01-19 17:10:38 +0100] - invoke active_record
|
38
|
-
create db/migrate/20230119161038_change_posts_at1674144637.rb
|
39
|
-
|
40
|
-
[2023-01-19 17:10:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144637 in 0.67334 sec
|
41
|
-
[2023-01-19 17:10:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144638
|
42
|
-
[2023-01-19 17:10:38 +0100] - invoke active_record
|
43
|
-
create db/migrate/20230119161038_change_posts_at1674144638.rb
|
44
|
-
|
45
|
-
[2023-01-19 17:10:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144638 in 0.67752 sec
|
46
|
-
[2023-01-19 17:10:38 +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:index score:float:index metadata:jsonb:index
|
47
|
-
[2023-01-19 17:10:39 +0100] - invoke active_record
|
48
|
-
create db/migrate/20230119161039_create_posts.rb
|
49
|
-
create app/models/post.rb
|
50
|
-
|
51
|
-
[2023-01-19 17:10:39 +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:index score:float:index metadata:jsonb:index in 0.694831 sec
|
52
|
-
[2023-01-19 17:11:36 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144696
|
53
|
-
[2023-01-19 17:11:36 +0100] - invoke active_record
|
54
|
-
create db/migrate/20230119161136_change_posts_at1674144696.rb
|
55
|
-
|
56
|
-
[2023-01-19 17:11:36 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144696 in 0.691693 sec
|
57
|
-
[2023-01-19 17:11:36 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144696
|
58
|
-
[2023-01-19 17:11:37 +0100] - invoke active_record
|
59
|
-
create db/migrate/20230119161137_change_posts_at1674144696.rb
|
60
|
-
|
61
|
-
[2023-01-19 17:11:37 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144696 in 0.68979 sec
|
62
|
-
[2023-01-19 17:11:37 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144697
|
63
|
-
[2023-01-19 17:11:38 +0100] - invoke active_record
|
64
|
-
create db/migrate/20230119161138_change_posts_at1674144697.rb
|
65
|
-
|
66
|
-
[2023-01-19 17:11:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144697 in 0.668897 sec
|
67
|
-
[2023-01-19 17:11:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144698
|
68
|
-
[2023-01-19 17:11:38 +0100] - invoke active_record
|
69
|
-
create db/migrate/20230119161138_change_posts_at1674144698.rb
|
70
|
-
|
71
|
-
[2023-01-19 17:11:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144698 in 0.678608 sec
|
72
|
-
[2023-01-19 17:11:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144698
|
73
|
-
[2023-01-19 17:11:39 +0100] - invoke active_record
|
74
|
-
create db/migrate/20230119161139_change_posts_at1674144698.rb
|
75
|
-
|
76
|
-
[2023-01-19 17:11:39 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144698 in 0.670289 sec
|
77
|
-
[2023-01-19 17:11:39 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144699
|
78
|
-
[2023-01-19 17:11:40 +0100] - invoke active_record
|
79
|
-
create db/migrate/20230119161140_change_posts_at1674144699.rb
|
80
|
-
|
81
|
-
[2023-01-19 17:11:40 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144699 in 0.669281 sec
|
82
|
-
[2023-01-19 17:11:40 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144700
|
83
|
-
[2023-01-19 17:11:40 +0100] - invoke active_record
|
84
|
-
create db/migrate/20230119161140_change_posts_at1674144700.rb
|
85
|
-
|
86
|
-
[2023-01-19 17:11:40 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144700 in 0.669939 sec
|
87
|
-
[2023-01-19 17:11:40 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144700
|
88
|
-
[2023-01-19 17:11:41 +0100] - invoke active_record
|
89
|
-
create db/migrate/20230119161141_change_posts_at1674144700.rb
|
90
|
-
|
91
|
-
[2023-01-19 17:11:41 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144700 in 0.668939 sec
|
92
|
-
[2023-01-19 17:11:41 +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:index score:float:index metadata:jsonb:index
|
93
|
-
[2023-01-19 17:11:42 +0100] - invoke active_record
|
94
|
-
create db/migrate/20230119161142_create_posts.rb
|
95
|
-
create app/models/post.rb
|
96
|
-
|
97
|
-
[2023-01-19 17:11:42 +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:index score:float:index metadata:jsonb:index in 0.679445 sec
|
98
|
-
[2023-01-19 17:11:57 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144717
|
99
|
-
[2023-01-19 17:11:58 +0100] - invoke active_record
|
100
|
-
create db/migrate/20230119161158_change_posts_at1674144717.rb
|
101
|
-
|
102
|
-
[2023-01-19 17:11:58 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144717 in 0.68858 sec
|
103
|
-
[2023-01-19 17:11:58 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144718
|
104
|
-
[2023-01-19 17:11:58 +0100] - invoke active_record
|
105
|
-
create db/migrate/20230119161158_change_posts_at1674144718.rb
|
106
|
-
|
107
|
-
[2023-01-19 17:11:58 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144718 in 0.672481 sec
|
108
|
-
[2023-01-19 17:11:58 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144718
|
109
|
-
[2023-01-19 17:11:59 +0100] - invoke active_record
|
110
|
-
create db/migrate/20230119161159_change_posts_at1674144718.rb
|
111
|
-
|
112
|
-
[2023-01-19 17:11:59 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144718 in 0.677865 sec
|
113
|
-
[2023-01-19 17:11:59 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144719
|
114
|
-
[2023-01-19 17:12:00 +0100] - invoke active_record
|
115
|
-
create db/migrate/20230119161200_change_posts_at1674144719.rb
|
116
|
-
|
117
|
-
[2023-01-19 17:12:00 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144719 in 0.681766 sec
|
118
|
-
[2023-01-19 17:12:00 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144720
|
119
|
-
[2023-01-19 17:12:00 +0100] - invoke active_record
|
120
|
-
create db/migrate/20230119161200_change_posts_at1674144720.rb
|
121
|
-
|
122
|
-
[2023-01-19 17:12:00 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144720 in 0.670925 sec
|
123
|
-
[2023-01-19 17:12:00 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144720
|
124
|
-
[2023-01-19 17:12:01 +0100] - invoke active_record
|
125
|
-
create db/migrate/20230119161201_change_posts_at1674144720.rb
|
126
|
-
|
127
|
-
[2023-01-19 17:12:01 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144720 in 0.670938 sec
|
128
|
-
[2023-01-19 17:12:01 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144721
|
129
|
-
[2023-01-19 17:12:02 +0100] - invoke active_record
|
130
|
-
create db/migrate/20230119161202_change_posts_at1674144721.rb
|
131
|
-
|
132
|
-
[2023-01-19 17:12:02 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144721 in 0.667963 sec
|
133
|
-
[2023-01-19 17:12:02 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144722
|
134
|
-
[2023-01-19 17:12:02 +0100] - invoke active_record
|
135
|
-
create db/migrate/20230119161202_change_posts_at1674144722.rb
|
136
|
-
|
137
|
-
[2023-01-19 17:12:02 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144722 in 0.700482 sec
|
138
|
-
[2023-01-19 17:12:02 +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:index score:float:index metadata:jsonb:index
|
139
|
-
[2023-01-19 17:12:03 +0100] - invoke active_record
|
140
|
-
create db/migrate/20230119161203_create_posts.rb
|
141
|
-
create app/models/post.rb
|
142
|
-
|
143
|
-
[2023-01-19 17:12:03 +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:index score:float:index metadata:jsonb:index in 0.679876 sec
|
144
|
-
[2023-01-19 17:12:26 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144746
|
145
|
-
[2023-01-19 17:12:27 +0100] - invoke active_record
|
146
|
-
create db/migrate/20230119161227_change_posts_at1674144746.rb
|
147
|
-
|
148
|
-
[2023-01-19 17:12:27 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144746 in 0.774075 sec
|
149
|
-
[2023-01-19 17:12:27 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144747
|
150
|
-
[2023-01-19 17:12:27 +0100] - invoke active_record
|
151
|
-
create db/migrate/20230119161227_change_posts_at1674144747.rb
|
152
|
-
|
153
|
-
[2023-01-19 17:12:27 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144747 in 0.684212 sec
|
154
|
-
[2023-01-19 17:12:27 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144747
|
155
|
-
[2023-01-19 17:12:28 +0100] - invoke active_record
|
156
|
-
create db/migrate/20230119161228_change_posts_at1674144747.rb
|
157
|
-
|
158
|
-
[2023-01-19 17:12:28 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144747 in 0.676897 sec
|
159
|
-
[2023-01-19 17:12:28 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144748
|
160
|
-
[2023-01-19 17:12:29 +0100] - invoke active_record
|
161
|
-
create db/migrate/20230119161229_change_posts_at1674144748.rb
|
162
|
-
|
163
|
-
[2023-01-19 17:12:29 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144748 in 0.672619 sec
|
164
|
-
[2023-01-19 17:12:29 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144749
|
165
|
-
[2023-01-19 17:12:30 +0100] - invoke active_record
|
166
|
-
create db/migrate/20230119161230_change_posts_at1674144749.rb
|
167
|
-
|
168
|
-
[2023-01-19 17:12:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144749 in 0.697023 sec
|
169
|
-
[2023-01-19 17:12:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144750
|
170
|
-
[2023-01-19 17:12:30 +0100] - invoke active_record
|
171
|
-
create db/migrate/20230119161230_change_posts_at1674144750.rb
|
172
|
-
|
173
|
-
[2023-01-19 17:12:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144750 in 0.70141 sec
|
174
|
-
[2023-01-19 17:12:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144750
|
175
|
-
[2023-01-19 17:12:31 +0100] - invoke active_record
|
176
|
-
create db/migrate/20230119161231_change_posts_at1674144750.rb
|
177
|
-
|
178
|
-
[2023-01-19 17:12:31 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144750 in 0.681126 sec
|
179
|
-
[2023-01-19 17:12:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144751
|
180
|
-
[2023-01-19 17:12:32 +0100] - invoke active_record
|
181
|
-
create db/migrate/20230119161232_change_posts_at1674144751.rb
|
182
|
-
|
183
|
-
[2023-01-19 17:12:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144751 in 0.683211 sec
|
184
|
-
[2023-01-19 17:12:32 +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:index score:float:index metadata:jsonb:index
|
185
|
-
[2023-01-19 17:12:32 +0100] - invoke active_record
|
186
|
-
create db/migrate/20230119161232_create_posts.rb
|
187
|
-
create app/models/post.rb
|
188
|
-
|
189
|
-
[2023-01-19 17:12:32 +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:index score:float:index metadata:jsonb:index in 0.698116 sec
|
190
|
-
[2023-01-19 17:12:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144771
|
191
|
-
[2023-01-19 17:12:52 +0100] - invoke active_record
|
192
|
-
create db/migrate/20230119161252_change_posts_at1674144771.rb
|
193
|
-
|
194
|
-
[2023-01-19 17:12:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144771 in 0.694281 sec
|
195
|
-
[2023-01-19 17:12:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144772
|
196
|
-
[2023-01-19 17:12:52 +0100] - invoke active_record
|
197
|
-
create db/migrate/20230119161252_change_posts_at1674144772.rb
|
198
|
-
|
199
|
-
[2023-01-19 17:12:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144772 in 0.677101 sec
|
200
|
-
[2023-01-19 17:12:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144772
|
201
|
-
[2023-01-19 17:12:53 +0100] - invoke active_record
|
202
|
-
create db/migrate/20230119161253_change_posts_at1674144772.rb
|
203
|
-
|
204
|
-
[2023-01-19 17:12:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144772 in 0.670837 sec
|
205
|
-
[2023-01-19 17:12:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144773
|
206
|
-
[2023-01-19 17:12:54 +0100] - invoke active_record
|
207
|
-
create db/migrate/20230119161254_change_posts_at1674144773.rb
|
208
|
-
|
209
|
-
[2023-01-19 17:12:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144773 in 0.675698 sec
|
210
|
-
[2023-01-19 17:12:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144774
|
211
|
-
[2023-01-19 17:12:54 +0100] - invoke active_record
|
212
|
-
create db/migrate/20230119161254_change_posts_at1674144774.rb
|
213
|
-
|
214
|
-
[2023-01-19 17:12:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144774 in 0.663935 sec
|
215
|
-
[2023-01-19 17:12:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144774
|
216
|
-
[2023-01-19 17:12:55 +0100] - invoke active_record
|
217
|
-
create db/migrate/20230119161255_change_posts_at1674144774.rb
|
218
|
-
|
219
|
-
[2023-01-19 17:12:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144774 in 0.674388 sec
|
220
|
-
[2023-01-19 17:12:55 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144775
|
221
|
-
[2023-01-19 17:12:56 +0100] - invoke active_record
|
222
|
-
create db/migrate/20230119161256_change_posts_at1674144775.rb
|
223
|
-
|
224
|
-
[2023-01-19 17:12:56 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144775 in 0.665818 sec
|
225
|
-
[2023-01-19 17:12:56 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144776
|
226
|
-
[2023-01-19 17:12:56 +0100] - invoke active_record
|
227
|
-
create db/migrate/20230119161256_change_posts_at1674144776.rb
|
228
|
-
|
229
|
-
[2023-01-19 17:12:56 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674144776 in 0.675431 sec
|
230
|
-
[2023-01-19 17:12:56 +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:index score:float:index metadata:jsonb:index
|
231
|
-
[2023-01-19 17:12:57 +0100] - invoke active_record
|
232
|
-
create db/migrate/20230119161257_create_posts.rb
|
233
|
-
create app/models/post.rb
|
234
|
-
|
235
|
-
[2023-01-19 17:12:57 +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:index score:float:index metadata:jsonb:index in 0.669921 sec
|
236
|
-
[2023-01-19 17:24:19 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User title:string
|
237
|
-
[2023-01-19 17:24:20 +0100] - invoke active_record
|
238
|
-
create db/migrate/20230119162420_create_users.rb
|
239
|
-
create app/models/user.rb
|
240
|
-
|
241
|
-
[2023-01-19 17:24:20 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User title:string in 1.049563 sec
|
242
|
-
[2023-01-19 17:24:24 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
243
|
-
[2023-01-19 17:24:25 +0100] - == 20230119162420 CreateUsers: migrating ======================================
|
244
|
-
-- create_table(:users)
|
245
|
-
|
246
|
-
[2023-01-19 17:24:25 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.961381 sec
|
247
|
-
[2023-01-19 17:24:39 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
248
|
-
[2023-01-19 17:24:40 +0100] - == 20230119162420 CreateUsers: migrating ======================================
|
249
|
-
-- create_table(:users)
|
250
|
-
|
251
|
-
[2023-01-19 17:24:40 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.907605 sec
|
252
|
-
[2023-01-19 17:25:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
253
|
-
[2023-01-19 17:25:35 +0100] - == 20230119162420 CreateUsers: migrating ======================================
|
254
|
-
-- create_table(:users)
|
255
|
-
-> 0.0101s
|
256
|
-
== 20230119162420 CreateUsers: migrated (0.0102s) =============================
|
257
|
-
|
258
|
-
|
259
|
-
[2023-01-19 17:25:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.236937 sec
|
260
|
-
[2023-01-19 17:30:40 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674145840
|
261
|
-
[2023-01-19 17:30:41 +0100] - invoke active_record
|
262
|
-
create db/migrate/20230119163041_change_users_at1674145840.rb
|
263
|
-
|
264
|
-
[2023-01-19 17:30:41 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674145840 in 0.943135 sec
|
265
|
-
[2023-01-19 17:33:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146032
|
266
|
-
[2023-01-19 17:33:53 +0100] - invoke active_record
|
267
|
-
create db/migrate/20230119163353_change_posts_at1674146032.rb
|
268
|
-
|
269
|
-
[2023-01-19 17:33:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146032 in 0.712489 sec
|
270
|
-
[2023-01-19 17:33:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146033
|
271
|
-
[2023-01-19 17:33:54 +0100] - invoke active_record
|
272
|
-
create db/migrate/20230119163354_change_posts_at1674146033.rb
|
273
|
-
|
274
|
-
[2023-01-19 17:33:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146033 in 0.672321 sec
|
275
|
-
[2023-01-19 17:33:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146034
|
276
|
-
[2023-01-19 17:33:54 +0100] - invoke active_record
|
277
|
-
create db/migrate/20230119163354_change_posts_at1674146034.rb
|
278
|
-
|
279
|
-
[2023-01-19 17:33:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146034 in 0.665712 sec
|
280
|
-
[2023-01-19 17:33:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146034
|
281
|
-
[2023-01-19 17:33:55 +0100] - invoke active_record
|
282
|
-
create db/migrate/20230119163355_change_posts_at1674146034.rb
|
283
|
-
|
284
|
-
[2023-01-19 17:33:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146034 in 0.675939 sec
|
285
|
-
[2023-01-19 17:33:55 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146035
|
286
|
-
[2023-01-19 17:33:56 +0100] - invoke active_record
|
287
|
-
create db/migrate/20230119163356_change_posts_at1674146035.rb
|
288
|
-
|
289
|
-
[2023-01-19 17:33:56 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146035 in 0.712915 sec
|
290
|
-
[2023-01-19 17:33:56 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146036
|
291
|
-
[2023-01-19 17:33:56 +0100] - invoke active_record
|
292
|
-
create db/migrate/20230119163356_change_posts_at1674146036.rb
|
293
|
-
|
294
|
-
[2023-01-19 17:33:56 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146036 in 0.676195 sec
|
295
|
-
[2023-01-19 17:33:56 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146036
|
296
|
-
[2023-01-19 17:33:57 +0100] - invoke active_record
|
297
|
-
create db/migrate/20230119163357_change_posts_at1674146036.rb
|
298
|
-
|
299
|
-
[2023-01-19 17:33:57 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146036 in 0.714342 sec
|
300
|
-
[2023-01-19 17:33:57 +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:index score:float:index metadata:jsonb:index
|
301
|
-
[2023-01-19 17:33:58 +0100] - invoke active_record
|
302
|
-
create db/migrate/20230119163358_create_posts.rb
|
303
|
-
create app/models/post.rb
|
304
|
-
|
305
|
-
[2023-01-19 17:33:58 +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:index score:float:index metadata:jsonb:index in 0.746843 sec
|
306
|
-
[2023-01-19 17:47:41 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146861
|
307
|
-
[2023-01-19 17:47:42 +0100] - invoke active_record
|
308
|
-
create db/migrate/20230119164742_change_posts_at1674146861.rb
|
309
|
-
|
310
|
-
[2023-01-19 17:47:42 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146861 in 0.70711 sec
|
311
|
-
[2023-01-19 17:47:42 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146862
|
312
|
-
[2023-01-19 17:47:43 +0100] - invoke active_record
|
313
|
-
create db/migrate/20230119164743_change_posts_at1674146862.rb
|
314
|
-
|
315
|
-
[2023-01-19 17:47:43 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146862 in 0.676277 sec
|
316
|
-
[2023-01-19 17:47:43 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146863
|
317
|
-
[2023-01-19 17:47:44 +0100] - invoke active_record
|
318
|
-
create db/migrate/20230119164744_change_posts_at1674146863.rb
|
319
|
-
|
320
|
-
[2023-01-19 17:47:44 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146863 in 0.678002 sec
|
321
|
-
[2023-01-19 17:47:44 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146864
|
322
|
-
[2023-01-19 17:47:44 +0100] - invoke active_record
|
323
|
-
create db/migrate/20230119164744_change_posts_at1674146864.rb
|
324
|
-
|
325
|
-
[2023-01-19 17:47:44 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146864 in 0.689949 sec
|
326
|
-
[2023-01-19 17:47:44 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146864
|
327
|
-
[2023-01-19 17:47:45 +0100] - invoke active_record
|
328
|
-
create db/migrate/20230119164745_change_posts_at1674146864.rb
|
329
|
-
|
330
|
-
[2023-01-19 17:47:45 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146864 in 0.6805 sec
|
331
|
-
[2023-01-19 17:47:45 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146865
|
332
|
-
[2023-01-19 17:47:46 +0100] - invoke active_record
|
333
|
-
create db/migrate/20230119164746_change_posts_at1674146865.rb
|
334
|
-
|
335
|
-
[2023-01-19 17:47:46 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146865 in 0.676458 sec
|
336
|
-
[2023-01-19 17:47:46 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146866
|
337
|
-
[2023-01-19 17:47:46 +0100] - invoke active_record
|
338
|
-
create db/migrate/20230119164746_change_posts_at1674146866.rb
|
339
|
-
|
340
|
-
[2023-01-19 17:47:46 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674146866 in 0.678633 sec
|
341
|
-
[2023-01-19 17:51:29 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147089
|
342
|
-
[2023-01-19 17:51:30 +0100] - invoke active_record
|
343
|
-
create db/migrate/20230119165130_change_posts_at1674147089.rb
|
344
|
-
|
345
|
-
[2023-01-19 17:51:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147089 in 0.704079 sec
|
346
|
-
[2023-01-19 17:51:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147090
|
347
|
-
[2023-01-19 17:51:30 +0100] - invoke active_record
|
348
|
-
create db/migrate/20230119165130_change_posts_at1674147090.rb
|
349
|
-
|
350
|
-
[2023-01-19 17:51:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147090 in 0.66475 sec
|
351
|
-
[2023-01-19 17:51:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147090
|
352
|
-
[2023-01-19 17:51:31 +0100] - invoke active_record
|
353
|
-
create db/migrate/20230119165131_change_posts_at1674147090.rb
|
354
|
-
|
355
|
-
[2023-01-19 17:51:31 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147090 in 0.669049 sec
|
356
|
-
[2023-01-19 17:51:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147091
|
357
|
-
[2023-01-19 17:51:32 +0100] - invoke active_record
|
358
|
-
create db/migrate/20230119165132_change_posts_at1674147091.rb
|
359
|
-
|
360
|
-
[2023-01-19 17:51:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147091 in 0.66577 sec
|
361
|
-
[2023-01-19 17:51:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147092
|
362
|
-
[2023-01-19 17:51:32 +0100] - invoke active_record
|
363
|
-
create db/migrate/20230119165132_change_posts_at1674147092.rb
|
364
|
-
|
365
|
-
[2023-01-19 17:51:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147092 in 0.675224 sec
|
366
|
-
[2023-01-19 17:51:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147092
|
367
|
-
[2023-01-19 17:51:33 +0100] - invoke active_record
|
368
|
-
create db/migrate/20230119165133_change_posts_at1674147092.rb
|
369
|
-
|
370
|
-
[2023-01-19 17:51:33 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147092 in 0.66677 sec
|
371
|
-
[2023-01-19 17:51:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147093
|
372
|
-
[2023-01-19 17:51:34 +0100] - invoke active_record
|
373
|
-
create db/migrate/20230119165134_change_posts_at1674147093.rb
|
374
|
-
|
375
|
-
[2023-01-19 17:51:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147093 in 0.664588 sec
|
376
|
-
[2023-01-19 17:52:02 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147122
|
377
|
-
[2023-01-19 17:52:03 +0100] - invoke active_record
|
378
|
-
create db/migrate/20230119165203_change_posts_at1674147122.rb
|
379
|
-
|
380
|
-
[2023-01-19 17:52:03 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147122 in 0.690441 sec
|
381
|
-
[2023-01-19 17:52:03 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147123
|
382
|
-
[2023-01-19 17:52:04 +0100] - invoke active_record
|
383
|
-
create db/migrate/20230119165204_change_posts_at1674147123.rb
|
384
|
-
|
385
|
-
[2023-01-19 17:52:04 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147123 in 0.666636 sec
|
386
|
-
[2023-01-19 17:52:04 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147124
|
387
|
-
[2023-01-19 17:52:04 +0100] - invoke active_record
|
388
|
-
create db/migrate/20230119165204_change_posts_at1674147124.rb
|
389
|
-
|
390
|
-
[2023-01-19 17:52:04 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147124 in 0.664876 sec
|
391
|
-
[2023-01-19 17:52:04 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147124
|
392
|
-
[2023-01-19 17:52:05 +0100] - invoke active_record
|
393
|
-
create db/migrate/20230119165205_change_posts_at1674147124.rb
|
394
|
-
|
395
|
-
[2023-01-19 17:52:05 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147124 in 0.669371 sec
|
396
|
-
[2023-01-19 17:52:05 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147125
|
397
|
-
[2023-01-19 17:52:06 +0100] - invoke active_record
|
398
|
-
create db/migrate/20230119165206_change_posts_at1674147125.rb
|
399
|
-
|
400
|
-
[2023-01-19 17:52:06 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147125 in 0.664532 sec
|
401
|
-
[2023-01-19 17:52:06 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147126
|
402
|
-
[2023-01-19 17:52:06 +0100] - invoke active_record
|
403
|
-
create db/migrate/20230119165206_change_posts_at1674147126.rb
|
404
|
-
|
405
|
-
[2023-01-19 17:52:06 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147126 in 0.669145 sec
|
406
|
-
[2023-01-19 17:52:06 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147126
|
407
|
-
[2023-01-19 17:52:07 +0100] - invoke active_record
|
408
|
-
create db/migrate/20230119165207_change_posts_at1674147126.rb
|
409
|
-
|
410
|
-
[2023-01-19 17:52:07 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147126 in 0.66325 sec
|
411
|
-
[2023-01-19 17:52:28 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147148
|
412
|
-
[2023-01-19 17:52:28 +0100] - invoke active_record
|
413
|
-
create db/migrate/20230119165228_change_posts_at1674147148.rb
|
414
|
-
|
415
|
-
[2023-01-19 17:52:28 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147148 in 0.701398 sec
|
416
|
-
[2023-01-19 17:52:28 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147148
|
417
|
-
[2023-01-19 17:52:29 +0100] - invoke active_record
|
418
|
-
create db/migrate/20230119165229_change_posts_at1674147148.rb
|
419
|
-
|
420
|
-
[2023-01-19 17:52:29 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147148 in 0.662868 sec
|
421
|
-
[2023-01-19 17:52:29 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147149
|
422
|
-
[2023-01-19 17:52:30 +0100] - invoke active_record
|
423
|
-
create db/migrate/20230119165230_change_posts_at1674147149.rb
|
424
|
-
|
425
|
-
[2023-01-19 17:52:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147149 in 0.666788 sec
|
426
|
-
[2023-01-19 17:52:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147150
|
427
|
-
[2023-01-19 17:52:31 +0100] - invoke active_record
|
428
|
-
create db/migrate/20230119165230_change_posts_at1674147150.rb
|
429
|
-
|
430
|
-
[2023-01-19 17:52:31 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147150 in 0.671218 sec
|
431
|
-
[2023-01-19 17:52:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147151
|
432
|
-
[2023-01-19 17:52:31 +0100] - invoke active_record
|
433
|
-
create db/migrate/20230119165231_change_posts_at1674147151.rb
|
434
|
-
|
435
|
-
[2023-01-19 17:52:31 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147151 in 0.666071 sec
|
436
|
-
[2023-01-19 17:52:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147151
|
437
|
-
[2023-01-19 17:52:32 +0100] - invoke active_record
|
438
|
-
create db/migrate/20230119165232_change_posts_at1674147151.rb
|
439
|
-
|
440
|
-
[2023-01-19 17:52:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147151 in 0.668364 sec
|
441
|
-
[2023-01-19 17:52:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147152
|
442
|
-
[2023-01-19 17:52:33 +0100] - invoke active_record
|
443
|
-
create db/migrate/20230119165233_change_posts_at1674147152.rb
|
444
|
-
|
445
|
-
[2023-01-19 17:52:33 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147152 in 0.670275 sec
|
446
|
-
[2023-01-19 17:54:17 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147257
|
447
|
-
[2023-01-19 17:54:18 +0100] - invoke active_record
|
448
|
-
create db/migrate/20230119165418_change_posts_at1674147257.rb
|
449
|
-
|
450
|
-
[2023-01-19 17:54:18 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147257 in 0.730517 sec
|
451
|
-
[2023-01-19 17:55:27 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147327
|
452
|
-
[2023-01-19 17:55:28 +0100] - invoke active_record
|
453
|
-
create db/migrate/20230119165528_change_posts_at1674147327.rb
|
454
|
-
|
455
|
-
[2023-01-19 17:55:28 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147327 in 0.688235 sec
|
456
|
-
[2023-01-19 17:56:07 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147367
|
457
|
-
[2023-01-19 17:56:08 +0100] - invoke active_record
|
458
|
-
create db/migrate/20230119165608_change_posts_at1674147367.rb
|
459
|
-
|
460
|
-
[2023-01-19 17:56:08 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147367 in 0.741445 sec
|
461
|
-
[2023-01-19 17:56:19 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147379
|
462
|
-
[2023-01-19 17:56:20 +0100] - invoke active_record
|
463
|
-
create db/migrate/20230119165620_change_posts_at1674147379.rb
|
464
|
-
|
465
|
-
[2023-01-19 17:56:20 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147379 in 0.697314 sec
|
466
|
-
[2023-01-19 17:56:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147393
|
467
|
-
[2023-01-19 17:56:33 +0100] - invoke active_record
|
468
|
-
create db/migrate/20230119165633_change_posts_at1674147393.rb
|
469
|
-
|
470
|
-
[2023-01-19 17:56:33 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147393 in 0.697139 sec
|
471
|
-
[2023-01-19 17:56:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147412
|
472
|
-
[2023-01-19 17:56:52 +0100] - invoke active_record
|
473
|
-
create db/migrate/20230119165652_change_posts_at1674147412.rb
|
474
|
-
|
475
|
-
[2023-01-19 17:56:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147412 in 0.703501 sec
|
476
|
-
[2023-01-19 17:57:00 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147420
|
477
|
-
[2023-01-19 17:57:01 +0100] - invoke active_record
|
478
|
-
create db/migrate/20230119165701_change_posts_at1674147420.rb
|
479
|
-
|
480
|
-
[2023-01-19 17:57:01 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147420 in 0.685007 sec
|
481
|
-
[2023-01-19 17:57:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147458
|
482
|
-
[2023-01-19 17:57:39 +0100] - invoke active_record
|
483
|
-
create db/migrate/20230119165739_change_posts_at1674147458.rb
|
484
|
-
|
485
|
-
[2023-01-19 17:57:39 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147458 in 0.686218 sec
|
486
|
-
[2023-01-19 17:58:09 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147489
|
487
|
-
[2023-01-19 17:58:10 +0100] - invoke active_record
|
488
|
-
create db/migrate/20230119165810_change_posts_at1674147489.rb
|
489
|
-
|
490
|
-
[2023-01-19 17:58:10 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147489 in 0.718325 sec
|
491
|
-
[2023-01-19 18:00:37 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147637
|
492
|
-
[2023-01-19 18:00:38 +0100] - invoke active_record
|
493
|
-
create db/migrate/20230119170038_change_posts_at1674147637.rb
|
494
|
-
|
495
|
-
[2023-01-19 18:00:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147637 in 0.712028 sec
|
496
|
-
[2023-01-19 18:01:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147691
|
497
|
-
[2023-01-19 18:01:32 +0100] - invoke active_record
|
498
|
-
create db/migrate/20230119170132_change_posts_at1674147691.rb
|
499
|
-
|
500
|
-
[2023-01-19 18:01:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147691 in 0.703189 sec
|
501
|
-
[2023-01-19 18:01:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147692
|
502
|
-
[2023-01-19 18:01:32 +0100] - invoke active_record
|
503
|
-
create db/migrate/20230119170132_change_posts_at1674147692.rb
|
504
|
-
|
505
|
-
[2023-01-19 18:01:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147692 in 0.668065 sec
|
506
|
-
[2023-01-19 18:01:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147692
|
507
|
-
[2023-01-19 18:01:33 +0100] - invoke active_record
|
508
|
-
create db/migrate/20230119170133_change_posts_at1674147692.rb
|
509
|
-
|
510
|
-
[2023-01-19 18:01:33 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147692 in 0.657767 sec
|
511
|
-
[2023-01-19 18:01:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147693
|
512
|
-
[2023-01-19 18:01:34 +0100] - invoke active_record
|
513
|
-
create db/migrate/20230119170134_change_posts_at1674147693.rb
|
514
|
-
|
515
|
-
[2023-01-19 18:01:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147693 in 0.678818 sec
|
516
|
-
[2023-01-19 18:01:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147694
|
517
|
-
[2023-01-19 18:01:34 +0100] - invoke active_record
|
518
|
-
create db/migrate/20230119170134_change_posts_at1674147694.rb
|
519
|
-
|
520
|
-
[2023-01-19 18:01:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147694 in 0.668992 sec
|
521
|
-
[2023-01-19 18:01:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147694
|
522
|
-
[2023-01-19 18:01:35 +0100] - invoke active_record
|
523
|
-
create db/migrate/20230119170135_change_posts_at1674147694.rb
|
524
|
-
|
525
|
-
[2023-01-19 18:01:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147694 in 0.669355 sec
|
526
|
-
[2023-01-19 18:01:35 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147695
|
527
|
-
[2023-01-19 18:01:36 +0100] - invoke active_record
|
528
|
-
create db/migrate/20230119170136_change_posts_at1674147695.rb
|
529
|
-
|
530
|
-
[2023-01-19 18:01:36 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674147695 in 0.66349 sec
|
531
|
-
[2023-01-19 18:01:36 +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:index score:float:index metadata:jsonb:index
|
532
|
-
[2023-01-19 18:01:36 +0100] - invoke active_record
|
533
|
-
create db/migrate/20230119170136_create_posts.rb
|
534
|
-
create app/models/post.rb
|
535
|
-
|
536
|
-
[2023-01-19 18:01:36 +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:index score:float:index metadata:jsonb:index in 0.6717 sec
|
537
|
-
[2023-01-19 18:58:49 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151129
|
538
|
-
[2023-01-19 18:58:50 +0100] - invoke active_record
|
539
|
-
create db/migrate/20230119175850_change_posts_at1674151129.rb
|
540
|
-
|
541
|
-
[2023-01-19 18:58:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151129 in 0.730946 sec
|
542
|
-
[2023-01-19 18:58:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151130
|
543
|
-
[2023-01-19 18:58:50 +0100] - invoke active_record
|
544
|
-
create db/migrate/20230119175850_change_posts_at1674151130.rb
|
545
|
-
|
546
|
-
[2023-01-19 18:58:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151130 in 0.681148 sec
|
547
|
-
[2023-01-19 18:58:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151130
|
548
|
-
[2023-01-19 18:58:51 +0100] - invoke active_record
|
549
|
-
create db/migrate/20230119175851_change_posts_at1674151130.rb
|
550
|
-
|
551
|
-
[2023-01-19 18:58:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151130 in 0.68025 sec
|
552
|
-
[2023-01-19 18:58:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151131
|
553
|
-
[2023-01-19 18:58:52 +0100] - invoke active_record
|
554
|
-
create db/migrate/20230119175852_change_posts_at1674151131.rb
|
555
|
-
|
556
|
-
[2023-01-19 18:58:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151131 in 0.690772 sec
|
557
|
-
[2023-01-19 18:58:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151132
|
558
|
-
[2023-01-19 18:58:52 +0100] - invoke active_record
|
559
|
-
create db/migrate/20230119175852_change_posts_at1674151132.rb
|
560
|
-
|
561
|
-
[2023-01-19 18:58:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151132 in 0.671647 sec
|
562
|
-
[2023-01-19 18:58:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151132
|
563
|
-
[2023-01-19 18:58:53 +0100] - invoke active_record
|
564
|
-
create db/migrate/20230119175853_change_posts_at1674151132.rb
|
565
|
-
|
566
|
-
[2023-01-19 18:58:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151132 in 0.677338 sec
|
567
|
-
[2023-01-19 18:58:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151133
|
568
|
-
[2023-01-19 18:58:54 +0100] - invoke active_record
|
569
|
-
create db/migrate/20230119175854_change_posts_at1674151133.rb
|
570
|
-
|
571
|
-
[2023-01-19 18:58:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151133 in 0.683648 sec
|
572
|
-
[2023-01-19 18:58:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151134
|
573
|
-
[2023-01-19 18:58:55 +0100] - invoke active_record
|
574
|
-
create db/migrate/20230119175855_change_posts_at1674151134.rb
|
575
|
-
|
576
|
-
[2023-01-19 18:58:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151134 in 0.704295 sec
|
577
|
-
[2023-01-19 18:58:55 +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:index score:float:index metadata:jsonb:index
|
578
|
-
[2023-01-19 18:58:55 +0100] - invoke active_record
|
579
|
-
create db/migrate/20230119175855_create_posts.rb
|
580
|
-
create app/models/post.rb
|
581
|
-
|
582
|
-
[2023-01-19 18:58:55 +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:index score:float:index metadata:jsonb:index in 0.692464 sec
|
583
|
-
[2023-01-19 19:00:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151253
|
584
|
-
[2023-01-19 19:00:54 +0100] - invoke active_record
|
585
|
-
create db/migrate/20230119180054_change_posts_at1674151253.rb
|
586
|
-
|
587
|
-
[2023-01-19 19:00:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151253 in 0.72272 sec
|
588
|
-
[2023-01-19 19:00:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151254
|
589
|
-
[2023-01-19 19:00:55 +0100] - invoke active_record
|
590
|
-
create db/migrate/20230119180055_change_posts_at1674151254.rb
|
591
|
-
|
592
|
-
[2023-01-19 19:00:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151254 in 0.673765 sec
|
593
|
-
[2023-01-19 19:00:55 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151255
|
594
|
-
[2023-01-19 19:00:55 +0100] - invoke active_record
|
595
|
-
create db/migrate/20230119180055_change_posts_at1674151255.rb
|
596
|
-
|
597
|
-
[2023-01-19 19:00:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151255 in 0.68169 sec
|
598
|
-
[2023-01-19 19:00:55 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151255
|
599
|
-
[2023-01-19 19:00:56 +0100] - invoke active_record
|
600
|
-
create db/migrate/20230119180056_change_posts_at1674151255.rb
|
601
|
-
|
602
|
-
[2023-01-19 19:00:56 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151255 in 0.676263 sec
|
603
|
-
[2023-01-19 19:00:56 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151256
|
604
|
-
[2023-01-19 19:00:57 +0100] - invoke active_record
|
605
|
-
create db/migrate/20230119180057_change_posts_at1674151256.rb
|
606
|
-
|
607
|
-
[2023-01-19 19:00:57 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151256 in 0.678874 sec
|
608
|
-
[2023-01-19 19:00:57 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151257
|
609
|
-
[2023-01-19 19:00:57 +0100] - invoke active_record
|
610
|
-
create db/migrate/20230119180057_change_posts_at1674151257.rb
|
611
|
-
|
612
|
-
[2023-01-19 19:00:57 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151257 in 0.693637 sec
|
613
|
-
[2023-01-19 19:00:57 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151257
|
614
|
-
[2023-01-19 19:00:58 +0100] - invoke active_record
|
615
|
-
create db/migrate/20230119180058_change_posts_at1674151257.rb
|
616
|
-
|
617
|
-
[2023-01-19 19:00:58 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151257 in 0.677094 sec
|
618
|
-
[2023-01-19 19:00:58 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151258
|
619
|
-
[2023-01-19 19:00:59 +0100] - invoke active_record
|
620
|
-
create db/migrate/20230119180059_change_posts_at1674151258.rb
|
621
|
-
|
622
|
-
[2023-01-19 19:00:59 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151258 in 0.685747 sec
|
623
|
-
[2023-01-19 19:00:59 +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:index score:float:index metadata:jsonb:index
|
624
|
-
[2023-01-19 19:01:00 +0100] - invoke active_record
|
625
|
-
create db/migrate/20230119180100_create_posts.rb
|
626
|
-
create app/models/post.rb
|
627
|
-
|
628
|
-
[2023-01-19 19:01:00 +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:index score:float:index metadata:jsonb:index in 0.685191 sec
|
629
|
-
[2023-01-19 19:07:37 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151657
|
630
|
-
[2023-01-19 19:07:38 +0100] - invoke active_record
|
631
|
-
create db/migrate/20230119180738_change_posts_at1674151657.rb
|
632
|
-
|
633
|
-
[2023-01-19 19:07:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151657 in 0.70308 sec
|
634
|
-
[2023-01-19 19:07:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151658
|
635
|
-
[2023-01-19 19:07:39 +0100] - invoke active_record
|
636
|
-
create db/migrate/20230119180739_change_posts_at1674151658.rb
|
637
|
-
|
638
|
-
[2023-01-19 19:07:39 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151658 in 0.679831 sec
|
639
|
-
[2023-01-19 19:07:39 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151659
|
640
|
-
[2023-01-19 19:07:39 +0100] - invoke active_record
|
641
|
-
create db/migrate/20230119180739_change_posts_at1674151659.rb
|
642
|
-
|
643
|
-
[2023-01-19 19:07:39 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151659 in 0.695491 sec
|
644
|
-
[2023-01-19 19:07:39 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151659
|
645
|
-
[2023-01-19 19:07:40 +0100] - invoke active_record
|
646
|
-
create db/migrate/20230119180740_change_posts_at1674151659.rb
|
647
|
-
|
648
|
-
[2023-01-19 19:07:40 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151659 in 0.681454 sec
|
649
|
-
[2023-01-19 19:07:40 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151660
|
650
|
-
[2023-01-19 19:07:41 +0100] - invoke active_record
|
651
|
-
create db/migrate/20230119180741_change_posts_at1674151660.rb
|
652
|
-
|
653
|
-
[2023-01-19 19:07:41 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151660 in 0.680479 sec
|
654
|
-
[2023-01-19 19:07:41 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151661
|
655
|
-
[2023-01-19 19:07:41 +0100] - invoke active_record
|
656
|
-
create db/migrate/20230119180741_change_posts_at1674151661.rb
|
657
|
-
|
658
|
-
[2023-01-19 19:07:41 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151661 in 0.682851 sec
|
659
|
-
[2023-01-19 19:07:41 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151661
|
660
|
-
[2023-01-19 19:07:42 +0100] - invoke active_record
|
661
|
-
create db/migrate/20230119180742_change_posts_at1674151661.rb
|
662
|
-
|
663
|
-
[2023-01-19 19:07:42 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151661 in 0.676757 sec
|
664
|
-
[2023-01-19 19:07:42 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151662
|
665
|
-
[2023-01-19 19:07:43 +0100] - invoke active_record
|
666
|
-
create db/migrate/20230119180743_change_posts_at1674151662.rb
|
667
|
-
|
668
|
-
[2023-01-19 19:07:43 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151662 in 0.682504 sec
|
669
|
-
[2023-01-19 19:07:43 +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:index score:float:index metadata:jsonb:index
|
670
|
-
[2023-01-19 19:07:43 +0100] - invoke active_record
|
671
|
-
create db/migrate/20230119180743_create_posts.rb
|
672
|
-
create app/models/post.rb
|
673
|
-
|
674
|
-
[2023-01-19 19:07:43 +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:index score:float:index metadata:jsonb:index in 0.684965 sec
|
675
|
-
[2023-01-19 19:08:47 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151727
|
676
|
-
[2023-01-19 19:08:48 +0100] - invoke active_record
|
677
|
-
create db/migrate/20230119180848_change_posts_at1674151727.rb
|
678
|
-
|
679
|
-
[2023-01-19 19:08:48 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151727 in 0.708102 sec
|
680
|
-
[2023-01-19 19:08:48 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151728
|
681
|
-
[2023-01-19 19:08:48 +0100] - invoke active_record
|
682
|
-
create db/migrate/20230119180848_change_posts_at1674151728.rb
|
683
|
-
|
684
|
-
[2023-01-19 19:08:48 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151728 in 0.684805 sec
|
685
|
-
[2023-01-19 19:08:48 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151728
|
686
|
-
[2023-01-19 19:08:49 +0100] - invoke active_record
|
687
|
-
create db/migrate/20230119180849_change_posts_at1674151728.rb
|
688
|
-
|
689
|
-
[2023-01-19 19:08:49 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151728 in 0.680569 sec
|
690
|
-
[2023-01-19 19:08:49 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151729
|
691
|
-
[2023-01-19 19:08:50 +0100] - invoke active_record
|
692
|
-
create db/migrate/20230119180850_change_posts_at1674151729.rb
|
693
|
-
|
694
|
-
[2023-01-19 19:08:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151729 in 0.683757 sec
|
695
|
-
[2023-01-19 19:08:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151730
|
696
|
-
[2023-01-19 19:08:51 +0100] - invoke active_record
|
697
|
-
create db/migrate/20230119180851_change_posts_at1674151730.rb
|
698
|
-
|
699
|
-
[2023-01-19 19:08:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151730 in 0.682743 sec
|
700
|
-
[2023-01-19 19:08:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151731
|
701
|
-
[2023-01-19 19:08:51 +0100] - invoke active_record
|
702
|
-
create db/migrate/20230119180851_change_posts_at1674151731.rb
|
703
|
-
|
704
|
-
[2023-01-19 19:08:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151731 in 0.679205 sec
|
705
|
-
[2023-01-19 19:08:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151731
|
706
|
-
[2023-01-19 19:08:52 +0100] - invoke active_record
|
707
|
-
create db/migrate/20230119180852_change_posts_at1674151731.rb
|
708
|
-
|
709
|
-
[2023-01-19 19:08:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151731 in 0.679462 sec
|
710
|
-
[2023-01-19 19:08:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151732
|
711
|
-
[2023-01-19 19:08:53 +0100] - invoke active_record
|
712
|
-
create db/migrate/20230119180853_change_posts_at1674151732.rb
|
713
|
-
|
714
|
-
[2023-01-19 19:08:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151732 in 0.679369 sec
|
715
|
-
[2023-01-19 19:08:53 +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:index score:float:index metadata:jsonb:index
|
716
|
-
[2023-01-19 19:08:53 +0100] - invoke active_record
|
717
|
-
create db/migrate/20230119180853_create_posts.rb
|
718
|
-
create app/models/post.rb
|
719
|
-
|
720
|
-
[2023-01-19 19:08:53 +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:index score:float:index metadata:jsonb:index in 0.690526 sec
|
721
|
-
[2023-01-19 19:09:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151790
|
722
|
-
[2023-01-19 19:09:50 +0100] - invoke active_record
|
723
|
-
create db/migrate/20230119180950_change_posts_at1674151790.rb
|
724
|
-
|
725
|
-
[2023-01-19 19:09:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151790 in 0.713123 sec
|
726
|
-
[2023-01-19 19:09:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151790
|
727
|
-
[2023-01-19 19:09:51 +0100] - invoke active_record
|
728
|
-
create db/migrate/20230119180951_change_posts_at1674151790.rb
|
729
|
-
|
730
|
-
[2023-01-19 19:09:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151790 in 0.678178 sec
|
731
|
-
[2023-01-19 19:09:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151791
|
732
|
-
[2023-01-19 19:09:52 +0100] - invoke active_record
|
733
|
-
create db/migrate/20230119180952_change_posts_at1674151791.rb
|
734
|
-
|
735
|
-
[2023-01-19 19:09:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151791 in 0.735041 sec
|
736
|
-
[2023-01-19 19:09:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151792
|
737
|
-
[2023-01-19 19:09:53 +0100] - invoke active_record
|
738
|
-
create db/migrate/20230119180953_change_posts_at1674151792.rb
|
739
|
-
|
740
|
-
[2023-01-19 19:09:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151792 in 0.680453 sec
|
741
|
-
[2023-01-19 19:09:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151793
|
742
|
-
[2023-01-19 19:09:53 +0100] - invoke active_record
|
743
|
-
create db/migrate/20230119180953_change_posts_at1674151793.rb
|
744
|
-
|
745
|
-
[2023-01-19 19:09:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151793 in 0.674646 sec
|
746
|
-
[2023-01-19 19:09:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151793
|
747
|
-
[2023-01-19 19:09:54 +0100] - invoke active_record
|
748
|
-
create db/migrate/20230119180954_change_posts_at1674151793.rb
|
749
|
-
|
750
|
-
[2023-01-19 19:09:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151793 in 0.679539 sec
|
751
|
-
[2023-01-19 19:09:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151794
|
752
|
-
[2023-01-19 19:09:55 +0100] - invoke active_record
|
753
|
-
create db/migrate/20230119180955_change_posts_at1674151794.rb
|
754
|
-
|
755
|
-
[2023-01-19 19:09:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151794 in 0.680889 sec
|
756
|
-
[2023-01-19 19:09:55 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151795
|
757
|
-
[2023-01-19 19:09:55 +0100] - invoke active_record
|
758
|
-
create db/migrate/20230119180955_change_posts_at1674151795.rb
|
759
|
-
|
760
|
-
[2023-01-19 19:09:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151795 in 0.682247 sec
|
761
|
-
[2023-01-19 19:09:55 +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:index score:float:index metadata:jsonb:index
|
762
|
-
[2023-01-19 19:09:56 +0100] - invoke active_record
|
763
|
-
create db/migrate/20230119180956_create_posts.rb
|
764
|
-
create app/models/post.rb
|
765
|
-
|
766
|
-
[2023-01-19 19:09:56 +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:index score:float:index metadata:jsonb:index in 0.67678 sec
|
767
|
-
[2023-01-19 19:10:12 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151812
|
768
|
-
[2023-01-19 19:10:13 +0100] - invoke active_record
|
769
|
-
create db/migrate/20230119181013_change_posts_at1674151812.rb
|
770
|
-
|
771
|
-
[2023-01-19 19:10:13 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151812 in 0.734434 sec
|
772
|
-
[2023-01-19 19:10:13 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151813
|
773
|
-
[2023-01-19 19:10:14 +0100] - invoke active_record
|
774
|
-
create db/migrate/20230119181014_change_posts_at1674151813.rb
|
775
|
-
|
776
|
-
[2023-01-19 19:10:14 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151813 in 0.728548 sec
|
777
|
-
[2023-01-19 19:10:14 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151814
|
778
|
-
[2023-01-19 19:10:14 +0100] - invoke active_record
|
779
|
-
create db/migrate/20230119181014_change_posts_at1674151814.rb
|
780
|
-
|
781
|
-
[2023-01-19 19:10:14 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151814 in 0.71252 sec
|
782
|
-
[2023-01-19 19:10:14 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151814
|
783
|
-
[2023-01-19 19:10:15 +0100] - invoke active_record
|
784
|
-
create db/migrate/20230119181015_change_posts_at1674151814.rb
|
785
|
-
|
786
|
-
[2023-01-19 19:10:15 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151814 in 0.776854 sec
|
787
|
-
[2023-01-19 19:10:15 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151815
|
788
|
-
[2023-01-19 19:10:16 +0100] - invoke active_record
|
789
|
-
create db/migrate/20230119181016_change_posts_at1674151815.rb
|
790
|
-
|
791
|
-
[2023-01-19 19:10:16 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151815 in 0.759146 sec
|
792
|
-
[2023-01-19 19:10:16 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151816
|
793
|
-
[2023-01-19 19:10:17 +0100] - invoke active_record
|
794
|
-
create db/migrate/20230119181017_change_posts_at1674151816.rb
|
795
|
-
|
796
|
-
[2023-01-19 19:10:17 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151816 in 0.77185 sec
|
797
|
-
[2023-01-19 19:10:17 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151817
|
798
|
-
[2023-01-19 19:10:17 +0100] - invoke active_record
|
799
|
-
create db/migrate/20230119181017_change_posts_at1674151817.rb
|
800
|
-
|
801
|
-
[2023-01-19 19:10:17 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151817 in 0.718027 sec
|
802
|
-
[2023-01-19 19:10:17 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151817
|
803
|
-
[2023-01-19 19:10:18 +0100] - invoke active_record
|
804
|
-
create db/migrate/20230119181018_change_posts_at1674151817.rb
|
805
|
-
|
806
|
-
[2023-01-19 19:10:18 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674151817 in 0.716688 sec
|
807
|
-
[2023-01-19 19:10:18 +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:index score:float:index metadata:jsonb:index
|
808
|
-
[2023-01-19 19:10:19 +0100] - invoke active_record
|
809
|
-
create db/migrate/20230119181019_create_posts.rb
|
810
|
-
create app/models/post.rb
|
811
|
-
|
812
|
-
[2023-01-19 19:10:19 +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:index score:float:index metadata:jsonb:index in 0.70498 sec
|
813
|
-
[2023-01-19 19:16:36 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152196
|
814
|
-
[2023-01-19 19:16:37 +0100] - invoke active_record
|
815
|
-
create db/migrate/20230119181637_change_posts_at1674152196.rb
|
816
|
-
|
817
|
-
[2023-01-19 19:16:37 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152196 in 0.713653 sec
|
818
|
-
[2023-01-19 19:16:37 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152197
|
819
|
-
[2023-01-19 19:16:38 +0100] - invoke active_record
|
820
|
-
create db/migrate/20230119181638_change_posts_at1674152197.rb
|
821
|
-
|
822
|
-
[2023-01-19 19:16:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152197 in 0.689469 sec
|
823
|
-
[2023-01-19 19:16:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152198
|
824
|
-
[2023-01-19 19:16:38 +0100] - invoke active_record
|
825
|
-
create db/migrate/20230119181638_change_posts_at1674152198.rb
|
826
|
-
|
827
|
-
[2023-01-19 19:16:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152198 in 0.663288 sec
|
828
|
-
[2023-01-19 19:16:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152198
|
829
|
-
[2023-01-19 19:16:39 +0100] - invoke active_record
|
830
|
-
create db/migrate/20230119181639_change_posts_at1674152198.rb
|
831
|
-
|
832
|
-
[2023-01-19 19:16:39 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152198 in 0.673431 sec
|
833
|
-
[2023-01-19 19:16:39 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152199
|
834
|
-
[2023-01-19 19:16:40 +0100] - invoke active_record
|
835
|
-
create db/migrate/20230119181640_change_posts_at1674152199.rb
|
836
|
-
|
837
|
-
[2023-01-19 19:16:40 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152199 in 0.677415 sec
|
838
|
-
[2023-01-19 19:16:40 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152200
|
839
|
-
[2023-01-19 19:16:40 +0100] - invoke active_record
|
840
|
-
create db/migrate/20230119181640_change_posts_at1674152200.rb
|
841
|
-
|
842
|
-
[2023-01-19 19:16:40 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152200 in 0.661294 sec
|
843
|
-
[2023-01-19 19:16:40 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152200
|
844
|
-
[2023-01-19 19:16:41 +0100] - invoke active_record
|
845
|
-
create db/migrate/20230119181641_change_posts_at1674152200.rb
|
846
|
-
|
847
|
-
[2023-01-19 19:16:41 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152200 in 0.66732 sec
|
848
|
-
[2023-01-19 19:16:41 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152201
|
849
|
-
[2023-01-19 19:16:42 +0100] - invoke active_record
|
850
|
-
create db/migrate/20230119181642_change_posts_at1674152201.rb
|
851
|
-
|
852
|
-
[2023-01-19 19:16:42 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152201 in 0.666325 sec
|
853
|
-
[2023-01-19 19:16:42 +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:index score:float:index metadata:jsonb:index
|
854
|
-
[2023-01-19 19:16:42 +0100] - invoke active_record
|
855
|
-
create db/migrate/20230119181642_create_posts.rb
|
856
|
-
create app/models/post.rb
|
857
1
|
|
858
|
-
[
|
859
|
-
[
|
860
|
-
|
861
|
-
create
|
862
|
-
|
863
|
-
[
|
864
|
-
[
|
865
|
-
[
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
[
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
[
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
[
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
[
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
[
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
[
|
906
|
-
[
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
[
|
911
|
-
[
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
[
|
916
|
-
[
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
[
|
921
|
-
[
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
[
|
926
|
-
[
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
[
|
935
|
-
[
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
[
|
940
|
-
[
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
[
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
[
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
[
|
961
|
-
[
|
962
|
-
[
|
963
|
-
create db/migrate/
|
964
|
-
|
965
|
-
[
|
966
|
-
[
|
967
|
-
[
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
[
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
[
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
[
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
[
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
[
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
[
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
[
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
[
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
[
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
[
|
1027
|
-
[
|
1028
|
-
|
1029
|
-
create
|
1030
|
-
|
1031
|
-
[
|
1032
|
-
[
|
1033
|
-
[
|
1034
|
-
create db/migrate/
|
1035
|
-
|
1036
|
-
[
|
1037
|
-
[
|
1038
|
-
[
|
1039
|
-
create db/migrate/
|
1040
|
-
create app/models/
|
1041
|
-
|
1042
|
-
[
|
1043
|
-
[
|
1044
|
-
[
|
1045
|
-
create db/migrate/
|
1046
|
-
|
1047
|
-
[
|
1048
|
-
[
|
1049
|
-
[
|
1050
|
-
create db/migrate/
|
1051
|
-
|
1052
|
-
[2023-01-19 19:25:26 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152725 in 0.680297 sec
|
1053
|
-
[2023-01-19 19:25:26 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152726
|
1054
|
-
[2023-01-19 19:25:26 +0100] - invoke active_record
|
1055
|
-
create db/migrate/20230119182526_change_posts_at1674152726.rb
|
1056
|
-
|
1057
|
-
[2023-01-19 19:25:26 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152726 in 0.691169 sec
|
1058
|
-
[2023-01-19 19:25:26 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152726
|
1059
|
-
[2023-01-19 19:25:27 +0100] - invoke active_record
|
1060
|
-
create db/migrate/20230119182527_change_posts_at1674152726.rb
|
1061
|
-
|
1062
|
-
[2023-01-19 19:25:27 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152726 in 0.680084 sec
|
1063
|
-
[2023-01-19 19:25:27 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152727
|
1064
|
-
[2023-01-19 19:25:28 +0100] - invoke active_record
|
1065
|
-
create db/migrate/20230119182528_change_posts_at1674152727.rb
|
1066
|
-
|
1067
|
-
[2023-01-19 19:25:28 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152727 in 0.684868 sec
|
1068
|
-
[2023-01-19 19:25:28 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152728
|
1069
|
-
[2023-01-19 19:25:29 +0100] - invoke active_record
|
1070
|
-
create db/migrate/20230119182529_change_posts_at1674152728.rb
|
1071
|
-
|
1072
|
-
[2023-01-19 19:25:29 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152728 in 0.698196 sec
|
1073
|
-
[2023-01-19 19:25:29 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152729
|
1074
|
-
[2023-01-19 19:25:29 +0100] - invoke active_record
|
1075
|
-
create db/migrate/20230119182529_change_posts_at1674152729.rb
|
1076
|
-
|
1077
|
-
[2023-01-19 19:25:29 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152729 in 0.72095 sec
|
1078
|
-
[2023-01-19 19:25:29 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152729
|
1079
|
-
[2023-01-19 19:25:30 +0100] - invoke active_record
|
1080
|
-
create db/migrate/20230119182530_change_posts_at1674152729.rb
|
1081
|
-
|
1082
|
-
[2023-01-19 19:25:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152729 in 0.745267 sec
|
1083
|
-
[2023-01-19 19:25:30 +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:index score:float:index metadata:jsonb:index
|
1084
|
-
[2023-01-19 19:25:31 +0100] - invoke active_record
|
1085
|
-
create db/migrate/20230119182531_create_posts.rb
|
1086
|
-
create app/models/post.rb
|
1087
|
-
|
1088
|
-
[2023-01-19 19:25:31 +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:index score:float:index metadata:jsonb:index in 0.69391 sec
|
1089
|
-
[2023-01-19 19:27:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152870
|
1090
|
-
[2023-01-19 19:27:50 +0100] - invoke active_record
|
1091
|
-
create db/migrate/20230119182750_change_posts_at1674152870.rb
|
1092
|
-
|
1093
|
-
[2023-01-19 19:27:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152870 in 0.694845 sec
|
1094
|
-
[2023-01-19 19:27:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152870
|
1095
|
-
[2023-01-19 19:27:51 +0100] - invoke active_record
|
1096
|
-
create db/migrate/20230119182751_change_posts_at1674152870.rb
|
1097
|
-
|
1098
|
-
[2023-01-19 19:27:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152870 in 0.685689 sec
|
1099
|
-
[2023-01-19 19:27:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152871
|
1100
|
-
[2023-01-19 19:27:52 +0100] - invoke active_record
|
1101
|
-
create db/migrate/20230119182752_change_posts_at1674152871.rb
|
1102
|
-
|
1103
|
-
[2023-01-19 19:27:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152871 in 0.674967 sec
|
1104
|
-
[2023-01-19 19:27:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152872
|
1105
|
-
[2023-01-19 19:27:52 +0100] - invoke active_record
|
1106
|
-
create db/migrate/20230119182752_change_posts_at1674152872.rb
|
1107
|
-
|
1108
|
-
[2023-01-19 19:27:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152872 in 0.678389 sec
|
1109
|
-
[2023-01-19 19:27:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152872
|
1110
|
-
[2023-01-19 19:27:53 +0100] - invoke active_record
|
1111
|
-
create db/migrate/20230119182753_change_posts_at1674152872.rb
|
1112
|
-
|
1113
|
-
[2023-01-19 19:27:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152872 in 0.678764 sec
|
1114
|
-
[2023-01-19 19:27:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152873
|
1115
|
-
[2023-01-19 19:27:54 +0100] - invoke active_record
|
1116
|
-
create db/migrate/20230119182754_change_posts_at1674152873.rb
|
1117
|
-
|
1118
|
-
[2023-01-19 19:27:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152873 in 0.680388 sec
|
1119
|
-
[2023-01-19 19:27:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152874
|
1120
|
-
[2023-01-19 19:27:54 +0100] - invoke active_record
|
1121
|
-
create db/migrate/20230119182754_change_posts_at1674152874.rb
|
1122
|
-
|
1123
|
-
[2023-01-19 19:27:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152874 in 0.682049 sec
|
1124
|
-
[2023-01-19 19:27:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152874
|
1125
|
-
[2023-01-19 19:27:55 +0100] - invoke active_record
|
1126
|
-
create db/migrate/20230119182755_change_posts_at1674152874.rb
|
1127
|
-
|
1128
|
-
[2023-01-19 19:27:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152874 in 0.673999 sec
|
1129
|
-
[2023-01-19 19:27:55 +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:index score:float:index metadata:jsonb:index
|
1130
|
-
[2023-01-19 19:27:56 +0100] - invoke active_record
|
1131
|
-
create db/migrate/20230119182756_create_posts.rb
|
1132
|
-
create app/models/post.rb
|
1133
|
-
|
1134
|
-
[2023-01-19 19:27:56 +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:index score:float:index metadata:jsonb:index in 0.675167 sec
|
1135
|
-
[2023-01-19 19:28:07 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152887
|
1136
|
-
[2023-01-19 19:28:07 +0100] - invoke active_record
|
1137
|
-
create db/migrate/20230119182807_change_posts_at1674152887.rb
|
1138
|
-
|
1139
|
-
[2023-01-19 19:28:07 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152887 in 0.716441 sec
|
1140
|
-
[2023-01-19 19:28:07 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152887
|
1141
|
-
[2023-01-19 19:28:08 +0100] - invoke active_record
|
1142
|
-
create db/migrate/20230119182808_change_posts_at1674152887.rb
|
1143
|
-
|
1144
|
-
[2023-01-19 19:28:08 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152887 in 0.675704 sec
|
1145
|
-
[2023-01-19 19:28:08 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152888
|
1146
|
-
[2023-01-19 19:28:09 +0100] - invoke active_record
|
1147
|
-
create db/migrate/20230119182809_change_posts_at1674152888.rb
|
1148
|
-
|
1149
|
-
[2023-01-19 19:28:09 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152888 in 0.691163 sec
|
1150
|
-
[2023-01-19 19:28:09 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152889
|
1151
|
-
[2023-01-19 19:28:09 +0100] - invoke active_record
|
1152
|
-
create db/migrate/20230119182809_change_posts_at1674152889.rb
|
1153
|
-
|
1154
|
-
[2023-01-19 19:28:09 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152889 in 0.674635 sec
|
1155
|
-
[2023-01-19 19:28:09 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152889
|
1156
|
-
[2023-01-19 19:28:10 +0100] - invoke active_record
|
1157
|
-
create db/migrate/20230119182810_change_posts_at1674152889.rb
|
1158
|
-
|
1159
|
-
[2023-01-19 19:28:10 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152889 in 0.676436 sec
|
1160
|
-
[2023-01-19 19:28:10 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152890
|
1161
|
-
[2023-01-19 19:28:11 +0100] - invoke active_record
|
1162
|
-
create db/migrate/20230119182811_change_posts_at1674152890.rb
|
1163
|
-
|
1164
|
-
[2023-01-19 19:28:11 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152890 in 0.67599 sec
|
1165
|
-
[2023-01-19 19:28:11 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152891
|
1166
|
-
[2023-01-19 19:28:12 +0100] - invoke active_record
|
1167
|
-
create db/migrate/20230119182811_change_posts_at1674152891.rb
|
1168
|
-
|
1169
|
-
[2023-01-19 19:28:12 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152891 in 0.679961 sec
|
1170
|
-
[2023-01-19 19:28:12 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152892
|
1171
|
-
[2023-01-19 19:28:12 +0100] - invoke active_record
|
1172
|
-
create db/migrate/20230119182812_change_posts_at1674152892.rb
|
1173
|
-
|
1174
|
-
[2023-01-19 19:28:12 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152892 in 0.669451 sec
|
1175
|
-
[2023-01-19 19:28:12 +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:index score:float:index metadata:jsonb:index
|
1176
|
-
[2023-01-19 19:28:13 +0100] - invoke active_record
|
1177
|
-
create db/migrate/20230119182813_create_posts.rb
|
1178
|
-
create app/models/post.rb
|
1179
|
-
|
1180
|
-
[2023-01-19 19:28:13 +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:index score:float:index metadata:jsonb:index in 0.676405 sec
|
1181
|
-
[2023-01-19 19:28:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152910
|
1182
|
-
[2023-01-19 19:28:30 +0100] - invoke active_record
|
1183
|
-
create db/migrate/20230119182830_change_posts_at1674152910.rb
|
1184
|
-
|
1185
|
-
[2023-01-19 19:28:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152910 in 0.71572 sec
|
1186
|
-
[2023-01-19 19:28:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152910
|
1187
|
-
[2023-01-19 19:28:31 +0100] - invoke active_record
|
1188
|
-
create db/migrate/20230119182831_change_posts_at1674152910.rb
|
1189
|
-
|
1190
|
-
[2023-01-19 19:28:31 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152910 in 0.676977 sec
|
1191
|
-
[2023-01-19 19:28:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152911
|
1192
|
-
[2023-01-19 19:28:32 +0100] - invoke active_record
|
1193
|
-
create db/migrate/20230119182832_change_posts_at1674152911.rb
|
1194
|
-
|
1195
|
-
[2023-01-19 19:28:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152911 in 0.696591 sec
|
1196
|
-
[2023-01-19 19:28:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152912
|
1197
|
-
[2023-01-19 19:28:32 +0100] - invoke active_record
|
1198
|
-
create db/migrate/20230119182832_change_posts_at1674152912.rb
|
1199
|
-
|
1200
|
-
[2023-01-19 19:28:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152912 in 0.678434 sec
|
1201
|
-
[2023-01-19 19:28:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152912
|
1202
|
-
[2023-01-19 19:28:33 +0100] - invoke active_record
|
1203
|
-
create db/migrate/20230119182833_change_posts_at1674152912.rb
|
1204
|
-
|
1205
|
-
[2023-01-19 19:28:33 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152912 in 0.675372 sec
|
1206
|
-
[2023-01-19 19:28:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152913
|
1207
|
-
[2023-01-19 19:28:34 +0100] - invoke active_record
|
1208
|
-
create db/migrate/20230119182834_change_posts_at1674152913.rb
|
1209
|
-
|
1210
|
-
[2023-01-19 19:28:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152913 in 0.679061 sec
|
1211
|
-
[2023-01-19 19:28:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152914
|
1212
|
-
[2023-01-19 19:28:34 +0100] - invoke active_record
|
1213
|
-
create db/migrate/20230119182834_change_posts_at1674152914.rb
|
1214
|
-
|
1215
|
-
[2023-01-19 19:28:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152914 in 0.668706 sec
|
1216
|
-
[2023-01-19 19:28:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152914
|
1217
|
-
[2023-01-19 19:28:35 +0100] - invoke active_record
|
1218
|
-
create db/migrate/20230119182835_change_posts_at1674152914.rb
|
1219
|
-
|
1220
|
-
[2023-01-19 19:28:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674152914 in 0.680222 sec
|
1221
|
-
[2023-01-19 19:28:35 +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:index score:float:index metadata:jsonb:index
|
1222
|
-
[2023-01-19 19:28:36 +0100] - invoke active_record
|
1223
|
-
create db/migrate/20230119182836_create_posts.rb
|
1224
|
-
create app/models/post.rb
|
1225
|
-
|
1226
|
-
[2023-01-19 19:28:36 +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:index score:float:index metadata:jsonb:index in 0.671573 sec
|
1227
|
-
[2023-01-19 19:32:44 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User name:string age:integer:index email:string:index admin:boolean:index
|
1228
|
-
[2023-01-19 19:32:45 +0100] - invoke active_record
|
1229
|
-
create db/migrate/20230119183245_create_users.rb
|
2
|
+
[2024-10-29 13:21:17 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Bucket name:string --force
|
3
|
+
[2024-10-29 13:21:18 +0100] - invoke active_record
|
4
|
+
create db/migrate/20241029122118_create_buckets.rb
|
5
|
+
create app/models/bucket.rb
|
6
|
+
|
7
|
+
[2024-10-29 13:21:18 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Bucket name:string --force in 1.105282 sec
|
8
|
+
[2024-10-29 13:21:21 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
9
|
+
[2024-10-29 13:21:22 +0100] - == 20241029122118 CreateBuckets: migrating ====================================
|
10
|
+
-- create_table(:buckets)
|
11
|
+
-> 0.0225s
|
12
|
+
== 20241029122118 CreateBuckets: migrated (0.0225s) ===========================
|
13
|
+
|
14
|
+
|
15
|
+
[2024-10-29 13:21:22 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.844792 sec
|
16
|
+
[2024-10-29 19:04:13 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnHelloPostForPostBucket
|
17
|
+
[2024-10-29 19:04:14 +0100] - invoke active_record
|
18
|
+
create db/migrate/20241029180414_add_column_hello_post_for_post_bucket.rb
|
19
|
+
|
20
|
+
[2024-10-29 19:04:14 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnHelloPostForPostBucket in 0.995209 sec
|
21
|
+
[2024-10-29 19:13:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
22
|
+
[2024-10-29 19:13:52 +0100] - == 20241029180414 AddColumnHelloPostForPostBucket: migrating ==================
|
23
|
+
-- add_column(:posts, :hello, :string)
|
24
|
+
-> 0.0122s
|
25
|
+
-- add_index(:posts, :hello)
|
26
|
+
-> 0.0028s
|
27
|
+
-- add_reference(:buckets, :post, {:foreign_key=>true, :index=>true})
|
28
|
+
-> 0.0105s
|
29
|
+
-- add_column(:posts, :fif, :string)
|
30
|
+
-> 0.0004s
|
31
|
+
== 20241029180414 AddColumnHelloPostForPostBucket: migrated (0.0260s) =========
|
32
|
+
|
33
|
+
|
34
|
+
[2024-10-29 19:13:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.33896 sec
|
35
|
+
[2024-10-29 19:14:17 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeFifForPost
|
36
|
+
[2024-10-29 19:14:18 +0100] - invoke active_record
|
37
|
+
create db/migrate/20241029181418_change_column_type_fif_for_post.rb
|
38
|
+
|
39
|
+
[2024-10-29 19:14:18 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeFifForPost in 0.907369 sec
|
40
|
+
[2024-10-29 19:14:21 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
41
|
+
[2024-10-29 19:14:22 +0100] - == 20241029181418 ChangeColumnTypeFifForPost: migrating =======================
|
42
|
+
-- change_column(:posts, :fif, :bigint)
|
43
|
+
|
44
|
+
[2024-10-29 19:14:22 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.854759 sec
|
45
|
+
[2024-10-29 19:27:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnDededForUser
|
46
|
+
[2024-10-29 19:27:55 +0100] - invoke active_record
|
47
|
+
create db/migrate/20241029182755_add_column_deded_for_user.rb
|
48
|
+
|
49
|
+
[2024-10-29 19:27:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnDededForUser in 0.952382 sec
|
50
|
+
[2024-10-29 19:42:46 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration OhYeah
|
51
|
+
[2024-10-29 19:42:47 +0100] - invoke active_record
|
52
|
+
create db/migrate/20241029184247_oh_yeah.rb
|
53
|
+
|
54
|
+
[2024-10-29 19:42:47 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration OhYeah in 1.050746 sec
|
55
|
+
[2024-10-29 19:45:21 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnFfffffForUser
|
56
|
+
[2024-10-29 19:45:22 +0100] - invoke active_record
|
57
|
+
create db/migrate/20241029184522_add_column_ffffff_for_user.rb
|
58
|
+
|
59
|
+
[2024-10-29 19:45:22 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnFfffffForUser in 0.952222 sec
|
60
|
+
[2024-10-29 19:52:42 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnForPost
|
61
|
+
[2024-10-29 19:52:43 +0100] - invoke active_record
|
62
|
+
create db/migrate/20241029185243_remove_index_to_column_for_post.rb
|
63
|
+
|
64
|
+
[2024-10-29 19:52:43 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnForPost in 0.965443 sec
|
65
|
+
[2024-10-29 19:53:04 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnForPost
|
66
|
+
[2024-10-29 19:53:05 +0100] - invoke active_record
|
67
|
+
create db/migrate/20241029185305_remove_index_to_column_for_post.rb
|
68
|
+
|
69
|
+
[2024-10-29 19:53:05 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnForPost in 0.894091 sec
|
70
|
+
[2024-10-29 19:58:49 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
71
|
+
[2024-10-29 19:58:50 +0100] - == 20241029185305 RemoveIndexToColumnForPost: migrating =======================
|
72
|
+
-- remove_index(:posts, {:name=>:index_posts_on_updated_at})
|
73
|
+
-> 0.0062s
|
74
|
+
== 20241029185305 RemoveIndexToColumnForPost: migrated (0.0063s) ==============
|
75
|
+
|
76
|
+
|
77
|
+
[2024-10-29 19:58:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.147325 sec
|
78
|
+
[2024-10-29 19:59:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnNameForBucket
|
79
|
+
[2024-10-29 19:59:34 +0100] - invoke active_record
|
80
|
+
create db/migrate/20241029185934_rename_column_name_for_bucket.rb
|
81
|
+
|
82
|
+
[2024-10-29 19:59:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnNameForBucket in 0.952892 sec
|
83
|
+
[2024-10-29 20:00:16 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
84
|
+
[2024-10-29 20:00:17 +0100] - == 20241029185934 RenameColumnNameForBucket: migrating ========================
|
85
|
+
-- rename_column(:buckets, :name, :filoupi)
|
86
|
+
-> 0.0052s
|
87
|
+
== 20241029185934 RenameColumnNameForBucket: migrated (0.0052s) ===============
|
88
|
+
|
89
|
+
|
90
|
+
[2024-10-29 20:00:17 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.136413 sec
|
91
|
+
[2024-10-29 20:27:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Pooka post:references --force
|
92
|
+
[2024-10-29 20:27:35 +0100] - invoke active_record
|
93
|
+
create db/migrate/20241029192735_create_pookas.rb
|
94
|
+
create app/models/pooka.rb
|
95
|
+
|
96
|
+
[2024-10-29 20:27:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Pooka post:references --force in 1.056045 sec
|
97
|
+
[2024-10-29 20:27:42 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
98
|
+
[2024-10-29 20:27:43 +0100] - == 20241029192735 CreatePookas: migrating =====================================
|
99
|
+
-- create_table(:pookas)
|
100
|
+
-> 0.0111s
|
101
|
+
== 20241029192735 CreatePookas: migrated (0.0111s) ============================
|
102
|
+
|
103
|
+
|
104
|
+
[2024-10-29 20:27:43 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.996872 sec
|
105
|
+
[2024-10-29 20:29:42 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnPostIdForPooka
|
106
|
+
[2024-10-29 20:29:43 +0100] - invoke active_record
|
107
|
+
create db/migrate/20241029192943_remove_column_post_id_for_pooka.rb
|
108
|
+
|
109
|
+
[2024-10-29 20:29:43 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnPostIdForPooka in 0.966039 sec
|
110
|
+
[2024-10-29 20:29:49 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
111
|
+
[2024-10-29 20:29:50 +0100] - == 20241029192943 RemoveColumnPostIdForPooka: migrating =======================
|
112
|
+
-- remove_column(:pookas, :post_id)
|
113
|
+
-> 0.0070s
|
114
|
+
== 20241029192943 RemoveColumnPostIdForPooka: migrated (0.0071s) ==============
|
115
|
+
|
116
|
+
|
117
|
+
[2024-10-29 20:29:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.008817 sec
|
118
|
+
[2024-11-12 13:01:49 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost
|
119
|
+
[2024-11-12 13:01:50 +0100] - invoke active_record
|
120
|
+
create db/migrate/20241112120150_add_column_title_content_for_post.rb
|
121
|
+
|
122
|
+
[2024-11-12 13:01:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost in 0.686607 sec
|
123
|
+
[2024-11-12 13:01:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost
|
124
|
+
[2024-11-12 13:01:51 +0100] - invoke active_record
|
125
|
+
create db/migrate/20241112120151_remove_column_title_views_for_post.rb
|
126
|
+
|
127
|
+
[2024-11-12 13:01:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost in 0.669706 sec
|
128
|
+
[2024-11-12 13:01:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost
|
129
|
+
[2024-11-12 13:01:51 +0100] - invoke active_record
|
130
|
+
create db/migrate/20241112120151_rename_column_content_for_post.rb
|
131
|
+
|
132
|
+
[2024-11-12 13:01:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost in 0.670906 sec
|
133
|
+
[2024-11-12 13:01:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost
|
134
|
+
[2024-11-12 13:01:52 +0100] - invoke active_record
|
135
|
+
create db/migrate/20241112120152_change_column_type_content_new_views_by_users_for_post.rb
|
136
|
+
|
137
|
+
[2024-11-12 13:01:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost in 0.668443 sec
|
138
|
+
[2024-11-12 13:01:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost
|
139
|
+
[2024-11-12 13:01:53 +0100] - invoke active_record
|
140
|
+
create db/migrate/20241112120153_add_column_content_content_second_for_post.rb
|
141
|
+
|
142
|
+
[2024-11-12 13:01:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost in 0.664022 sec
|
143
|
+
[2024-11-12 13:01:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost
|
144
|
+
[2024-11-12 13:01:53 +0100] - invoke active_record
|
145
|
+
create db/migrate/20241112120153_belongs_to_user_for_post.rb
|
146
|
+
|
147
|
+
[2024-11-12 13:01:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost in 0.662115 sec
|
148
|
+
[2024-11-12 13:01:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost
|
149
|
+
[2024-11-12 13:01:54 +0100] - invoke active_record
|
150
|
+
create db/migrate/20241112120154_remove_index_to_column_views_by_users_for_post.rb
|
151
|
+
|
152
|
+
[2024-11-12 13:01:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost in 0.667614 sec
|
153
|
+
[2024-11-12 13:01:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost
|
154
|
+
[2024-11-12 13:01:55 +0100] - invoke active_record
|
155
|
+
create db/migrate/20241112120155_drop_table_for_post.rb
|
156
|
+
|
157
|
+
[2024-11-12 13:01:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost in 0.663422 sec
|
158
|
+
[2024-11-12 13:01:55 +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
|
159
|
+
[2024-11-12 13:01:56 +0100] - invoke active_record
|
160
|
+
create db/migrate/20241112120156_create_posts.rb
|
161
|
+
create app/models/post.rb
|
162
|
+
|
163
|
+
[2024-11-12 13:01:56 +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.792006 sec
|
164
|
+
[2024-11-12 13:01:56 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
165
|
+
[2024-11-12 13:01:56 +0100] - invoke active_record
|
166
|
+
create db/migrate/20241112120156_create_posts.rb
|
167
|
+
create app/models/post.rb
|
168
|
+
|
169
|
+
[2024-11-12 13:01:56 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.796627 sec
|
170
|
+
[2024-11-12 13:01:56 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
171
|
+
[2024-11-12 13:01:57 +0100] - invoke active_record
|
172
|
+
create db/migrate/20241112120157_create_posts.rb
|
173
|
+
create app/models/post.rb
|
174
|
+
|
175
|
+
[2024-11-12 13:01:57 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.782319 sec
|
176
|
+
[2024-11-12 13:13:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnFor
|
177
|
+
[2024-11-12 13:13:54 +0100] - invoke active_record
|
178
|
+
create db/migrate/20241112121354_add_column_for.rb
|
179
|
+
|
180
|
+
[2024-11-12 13:13:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnFor in 0.795074 sec
|
181
|
+
[2024-11-16 14:02:28 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Fffrr :string --force
|
182
|
+
[2024-11-16 14:02:29 +0100] - invoke active_record
|
183
|
+
create db/migrate/20241116130229_create_fffrrs.rb
|
184
|
+
create app/models/fffrr.rb
|
185
|
+
|
186
|
+
[2024-11-16 14:02:29 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Fffrr :string --force in 0.659966 sec
|
187
|
+
[2024-11-16 14:14:36 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnForFffrr
|
188
|
+
[2024-11-16 14:14:37 +0100] - invoke active_record
|
189
|
+
create db/migrate/20241116131437_add_column_for_fffrr.rb
|
190
|
+
|
191
|
+
[2024-11-16 14:14:37 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnForFffrr in 0.849682 sec
|
192
|
+
[2024-11-16 15:23:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User name:string --force
|
193
|
+
[2024-11-16 15:23:54 +0100] - invoke active_record
|
194
|
+
create db/migrate/20241116142354_create_users.rb
|
1230
195
|
create app/models/user.rb
|
1231
196
|
|
1232
|
-
[
|
1233
|
-
[
|
1234
|
-
[
|
197
|
+
[2024-11-16 15:23:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User name:string --force in 0.85773 sec
|
198
|
+
[2024-11-16 15:24:04 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
199
|
+
[2024-11-16 15:24:05 +0100] -
|
200
|
+
[2024-11-16 15:24:05 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.783831 sec
|
201
|
+
[2024-11-16 15:24:18 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
202
|
+
[2024-11-16 15:24:19 +0100] -
|
203
|
+
[2024-11-16 15:24:19 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.958438 sec
|
204
|
+
[2024-11-16 15:24:47 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
205
|
+
[2024-11-16 15:24:48 +0100] - == 20241116142354 CreateUsers: migrating ======================================
|
1235
206
|
-- create_table(:users)
|
1236
|
-
-> 0.
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
[
|
1241
|
-
[
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
[
|
1246
|
-
[
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
[
|
1251
|
-
[
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
[
|
1256
|
-
[
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
[
|
1261
|
-
[
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
[
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
[
|
1281
|
-
[
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
207
|
+
-> 0.0026s
|
208
|
+
== 20241116142354 CreateUsers: migrated (0.0027s) =============================
|
209
|
+
|
210
|
+
|
211
|
+
[2024-11-16 15:24:48 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.880544 sec
|
212
|
+
[2024-11-16 15:28:57 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost
|
213
|
+
[2024-11-16 15:28:58 +0100] - invoke active_record
|
214
|
+
create db/migrate/20241116142858_add_column_title_content_for_post.rb
|
215
|
+
|
216
|
+
[2024-11-16 15:28:58 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost in 0.731749 sec
|
217
|
+
[2024-11-16 15:28:58 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost
|
218
|
+
[2024-11-16 15:28:59 +0100] - invoke active_record
|
219
|
+
create db/migrate/20241116142859_remove_column_title_views_for_post.rb
|
220
|
+
|
221
|
+
[2024-11-16 15:28:59 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost in 0.743578 sec
|
222
|
+
[2024-11-16 15:28:59 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost
|
223
|
+
[2024-11-16 15:28:59 +0100] - invoke active_record
|
224
|
+
create db/migrate/20241116142859_rename_column_content_for_post.rb
|
225
|
+
|
226
|
+
[2024-11-16 15:28:59 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost in 0.718375 sec
|
227
|
+
[2024-11-16 15:28:59 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost
|
228
|
+
[2024-11-16 15:29:00 +0100] - invoke active_record
|
229
|
+
create db/migrate/20241116142900_change_column_type_content_new_views_by_users_for_post.rb
|
230
|
+
|
231
|
+
[2024-11-16 15:29:00 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost in 0.737788 sec
|
232
|
+
[2024-11-16 15:29:00 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost
|
233
|
+
[2024-11-16 15:29:01 +0100] - invoke active_record
|
234
|
+
create db/migrate/20241116142901_add_column_content_content_second_for_post.rb
|
235
|
+
|
236
|
+
[2024-11-16 15:29:01 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost in 0.73221 sec
|
237
|
+
[2024-11-16 15:29:01 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost
|
238
|
+
[2024-11-16 15:29:01 +0100] - invoke active_record
|
239
|
+
create db/migrate/20241116142901_belongs_to_user_for_post.rb
|
240
|
+
|
241
|
+
[2024-11-16 15:29:01 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost in 0.71822 sec
|
242
|
+
[2024-11-16 15:29:01 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost
|
243
|
+
[2024-11-16 15:29:02 +0100] - invoke active_record
|
244
|
+
create db/migrate/20241116142902_remove_index_to_column_views_by_users_for_post.rb
|
245
|
+
|
246
|
+
[2024-11-16 15:29:02 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost in 0.763336 sec
|
247
|
+
[2024-11-16 15:29:02 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost
|
248
|
+
[2024-11-16 15:29:03 +0100] - invoke active_record
|
249
|
+
create db/migrate/20241116142903_drop_table_for_post.rb
|
250
|
+
|
251
|
+
[2024-11-16 15:29:03 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost in 1.046731 sec
|
252
|
+
[2024-11-16 15:29:03 +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
|
253
|
+
[2024-11-16 15:29:04 +0100] - invoke active_record
|
254
|
+
create db/migrate/20241116142904_create_posts.rb
|
255
|
+
create app/models/post.rb
|
256
|
+
|
257
|
+
[2024-11-16 15:29:04 +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 1.132469 sec
|
258
|
+
[2024-11-16 15:29:04 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
259
|
+
[2024-11-16 15:29:06 +0100] - invoke active_record
|
260
|
+
create db/migrate/20241116142906_create_posts.rb
|
261
|
+
create app/models/post.rb
|
262
|
+
|
263
|
+
[2024-11-16 15:29:06 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 1.154456 sec
|
264
|
+
[2024-11-16 15:29:06 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
265
|
+
[2024-11-16 15:29:07 +0100] - invoke active_record
|
266
|
+
create db/migrate/20241116142907_create_posts.rb
|
267
|
+
create app/models/post.rb
|
268
|
+
|
269
|
+
[2024-11-16 15:29:07 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 1.04818 sec
|
270
|
+
[2024-11-16 15:34:49 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Book title:string:index description:text tags:string:index deleted_at:datetime:index metadata:json:index views:bigint --force
|
271
|
+
[2024-11-16 15:34:50 +0100] - invoke active_record
|
272
|
+
create db/migrate/20241116143450_create_books.rb
|
273
|
+
create app/models/book.rb
|
274
|
+
|
275
|
+
[2024-11-16 15:34:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Book title:string:index description:text tags:string:index deleted_at:datetime:index metadata:json:index views:bigint --force in 0.959969 sec
|
276
|
+
[2024-11-16 15:34:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
277
|
+
[2024-11-16 15:34:55 +0100] - == 20241116143450 CreateBooks: migrating ======================================
|
278
|
+
-- create_table(:books)
|
279
|
+
-> 0.0087s
|
280
|
+
-- add_index(:books, :title)
|
281
|
+
-> 0.0016s
|
282
|
+
-- add_index(:books, :tags, {:using=>:gin})
|
1285
283
|
-> 0.0010s
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
[
|
1291
|
-
[
|
1292
|
-
|
1293
|
-
create
|
1294
|
-
|
1295
|
-
|
1296
|
-
[
|
1297
|
-
[
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1304
|
-
|
1305
|
-
|
1306
|
-
|
1307
|
-
|
1308
|
-
[
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1315
|
-
--
|
1316
|
-
-> 0.
|
1317
|
-
|
1318
|
-
|
1319
|
-
|
1320
|
-
|
1321
|
-
|
1322
|
-
[2023-01-19 20:16:22 +0100] - invoke active_record
|
1323
|
-
create db/migrate/20230119191622_change_categories_at1674155781.rb
|
1324
|
-
|
1325
|
-
[2023-01-19 20:16:22 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeCategoriesAt1674155781 in 0.930353 sec
|
1326
|
-
[2023-01-19 20:19:11 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155951
|
1327
|
-
[2023-01-19 20:19:12 +0100] - invoke active_record
|
1328
|
-
create db/migrate/20230119191912_change_posts_at1674155951.rb
|
1329
|
-
|
1330
|
-
[2023-01-19 20:19:12 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155951 in 0.728774 sec
|
1331
|
-
[2023-01-19 20:19:12 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155952
|
1332
|
-
[2023-01-19 20:19:13 +0100] - invoke active_record
|
1333
|
-
create db/migrate/20230119191913_change_posts_at1674155952.rb
|
1334
|
-
|
1335
|
-
[2023-01-19 20:19:13 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155952 in 0.686856 sec
|
1336
|
-
[2023-01-19 20:19:13 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155953
|
1337
|
-
[2023-01-19 20:19:13 +0100] - invoke active_record
|
1338
|
-
create db/migrate/20230119191913_change_posts_at1674155953.rb
|
1339
|
-
|
1340
|
-
[2023-01-19 20:19:13 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155953 in 0.673341 sec
|
1341
|
-
[2023-01-19 20:19:13 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155953
|
1342
|
-
[2023-01-19 20:19:14 +0100] - invoke active_record
|
1343
|
-
create db/migrate/20230119191914_change_posts_at1674155953.rb
|
1344
|
-
|
1345
|
-
[2023-01-19 20:19:14 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155953 in 0.67522 sec
|
1346
|
-
[2023-01-19 20:19:14 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155954
|
1347
|
-
[2023-01-19 20:19:15 +0100] - invoke active_record
|
1348
|
-
create db/migrate/20230119191915_change_posts_at1674155954.rb
|
1349
|
-
|
1350
|
-
[2023-01-19 20:19:15 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155954 in 0.675132 sec
|
1351
|
-
[2023-01-19 20:19:15 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155955
|
1352
|
-
[2023-01-19 20:19:15 +0100] - invoke active_record
|
1353
|
-
create db/migrate/20230119191915_change_posts_at1674155955.rb
|
1354
|
-
|
1355
|
-
[2023-01-19 20:19:15 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155955 in 0.679836 sec
|
1356
|
-
[2023-01-19 20:19:15 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155955
|
1357
|
-
[2023-01-19 20:19:16 +0100] - invoke active_record
|
1358
|
-
create db/migrate/20230119191916_change_posts_at1674155955.rb
|
1359
|
-
|
1360
|
-
[2023-01-19 20:19:16 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155955 in 0.677982 sec
|
1361
|
-
[2023-01-19 20:19:16 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155956
|
1362
|
-
[2023-01-19 20:19:17 +0100] - invoke active_record
|
1363
|
-
create db/migrate/20230119191917_change_posts_at1674155956.rb
|
1364
|
-
|
1365
|
-
[2023-01-19 20:19:17 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155956 in 0.684843 sec
|
1366
|
-
[2023-01-19 20:19:17 +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:index score:float:index metadata:jsonb:index
|
1367
|
-
[2023-01-19 20:19:17 +0100] - invoke active_record
|
1368
|
-
create db/migrate/20230119191917_create_posts.rb
|
1369
|
-
create app/models/post.rb
|
1370
|
-
|
1371
|
-
[2023-01-19 20:19:17 +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:index score:float:index metadata:jsonb:index in 0.679217 sec
|
1372
|
-
[2023-01-19 20:19:49 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155989
|
1373
|
-
[2023-01-19 20:19:50 +0100] - invoke active_record
|
1374
|
-
create db/migrate/20230119191950_change_posts_at1674155989.rb
|
1375
|
-
|
1376
|
-
[2023-01-19 20:19:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155989 in 0.707266 sec
|
1377
|
-
[2023-01-19 20:19:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155990
|
1378
|
-
[2023-01-19 20:19:50 +0100] - invoke active_record
|
1379
|
-
create db/migrate/20230119191950_change_posts_at1674155990.rb
|
1380
|
-
|
1381
|
-
[2023-01-19 20:19:50 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155990 in 0.675005 sec
|
1382
|
-
[2023-01-19 20:19:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155990
|
1383
|
-
[2023-01-19 20:19:51 +0100] - invoke active_record
|
1384
|
-
create db/migrate/20230119191951_change_posts_at1674155990.rb
|
1385
|
-
|
1386
|
-
[2023-01-19 20:19:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155990 in 0.687793 sec
|
1387
|
-
[2023-01-19 20:19:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155991
|
1388
|
-
[2023-01-19 20:19:52 +0100] - invoke active_record
|
1389
|
-
create db/migrate/20230119191952_change_posts_at1674155991.rb
|
1390
|
-
|
1391
|
-
[2023-01-19 20:19:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155991 in 0.685195 sec
|
1392
|
-
[2023-01-19 20:19:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155992
|
1393
|
-
[2023-01-19 20:19:52 +0100] - invoke active_record
|
1394
|
-
create db/migrate/20230119191952_change_posts_at1674155992.rb
|
1395
|
-
|
1396
|
-
[2023-01-19 20:19:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155992 in 0.679897 sec
|
1397
|
-
[2023-01-19 20:19:52 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155992
|
1398
|
-
[2023-01-19 20:19:53 +0100] - invoke active_record
|
1399
|
-
create db/migrate/20230119191953_change_posts_at1674155992.rb
|
1400
|
-
|
1401
|
-
[2023-01-19 20:19:53 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155992 in 0.681158 sec
|
1402
|
-
[2023-01-19 20:19:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155993
|
1403
|
-
[2023-01-19 20:19:54 +0100] - invoke active_record
|
1404
|
-
create db/migrate/20230119191954_change_posts_at1674155993.rb
|
1405
|
-
|
1406
|
-
[2023-01-19 20:19:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155993 in 0.675546 sec
|
1407
|
-
[2023-01-19 20:19:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155994
|
1408
|
-
[2023-01-19 20:19:55 +0100] - invoke active_record
|
1409
|
-
create db/migrate/20230119191955_change_posts_at1674155994.rb
|
1410
|
-
|
1411
|
-
[2023-01-19 20:19:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674155994 in 0.669864 sec
|
1412
|
-
[2023-01-19 20:19:55 +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:index score:float:index metadata:jsonb:index
|
1413
|
-
[2023-01-19 20:19:55 +0100] - invoke active_record
|
1414
|
-
create db/migrate/20230119191955_create_posts.rb
|
1415
|
-
create app/models/post.rb
|
1416
|
-
|
1417
|
-
[2023-01-19 20:19:55 +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:index score:float:index metadata:jsonb:index in 0.675382 sec
|
1418
|
-
[2023-01-19 20:20:14 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156014
|
1419
|
-
[2023-01-19 20:20:15 +0100] - invoke active_record
|
1420
|
-
create db/migrate/20230119192015_change_posts_at1674156014.rb
|
1421
|
-
|
1422
|
-
[2023-01-19 20:20:15 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156014 in 0.686232 sec
|
1423
|
-
[2023-01-19 20:20:15 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156015
|
1424
|
-
[2023-01-19 20:20:15 +0100] - invoke active_record
|
1425
|
-
create db/migrate/20230119192015_change_posts_at1674156015.rb
|
1426
|
-
|
1427
|
-
[2023-01-19 20:20:15 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156015 in 0.669504 sec
|
1428
|
-
[2023-01-19 20:20:15 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156015
|
1429
|
-
[2023-01-19 20:20:16 +0100] - invoke active_record
|
1430
|
-
create db/migrate/20230119192016_change_posts_at1674156015.rb
|
1431
|
-
|
1432
|
-
[2023-01-19 20:20:16 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156015 in 0.691469 sec
|
1433
|
-
[2023-01-19 20:20:16 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156016
|
1434
|
-
[2023-01-19 20:20:17 +0100] - invoke active_record
|
1435
|
-
create db/migrate/20230119192017_change_posts_at1674156016.rb
|
1436
|
-
|
1437
|
-
[2023-01-19 20:20:17 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156016 in 0.682235 sec
|
1438
|
-
[2023-01-19 20:20:17 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156017
|
1439
|
-
[2023-01-19 20:20:18 +0100] - invoke active_record
|
1440
|
-
create db/migrate/20230119192018_change_posts_at1674156017.rb
|
1441
|
-
|
1442
|
-
[2023-01-19 20:20:18 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156017 in 0.671404 sec
|
1443
|
-
[2023-01-19 20:20:18 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156018
|
1444
|
-
[2023-01-19 20:20:18 +0100] - invoke active_record
|
1445
|
-
create db/migrate/20230119192018_change_posts_at1674156018.rb
|
1446
|
-
|
1447
|
-
[2023-01-19 20:20:18 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156018 in 0.671902 sec
|
1448
|
-
[2023-01-19 20:20:18 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156018
|
1449
|
-
[2023-01-19 20:20:19 +0100] - invoke active_record
|
1450
|
-
create db/migrate/20230119192019_change_posts_at1674156018.rb
|
1451
|
-
|
1452
|
-
[2023-01-19 20:20:19 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156018 in 0.676276 sec
|
1453
|
-
[2023-01-19 20:20:19 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156019
|
1454
|
-
[2023-01-19 20:20:20 +0100] - invoke active_record
|
1455
|
-
create db/migrate/20230119192020_change_posts_at1674156019.rb
|
1456
|
-
|
1457
|
-
[2023-01-19 20:20:20 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674156019 in 0.669275 sec
|
1458
|
-
[2023-01-19 20:20:20 +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:index score:float:index metadata:jsonb:index
|
1459
|
-
[2023-01-19 20:20:20 +0100] - invoke active_record
|
1460
|
-
create db/migrate/20230119192020_create_posts.rb
|
1461
|
-
create app/models/post.rb
|
1462
|
-
|
1463
|
-
[2023-01-19 20:20:20 +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:index score:float:index metadata:jsonb:index in 0.731881 sec
|
1464
|
-
[2023-01-19 20:23:15 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User email:string:index date_of_birth:datetime:index
|
1465
|
-
[2023-01-19 20:23:16 +0100] - invoke active_record
|
1466
|
-
create db/migrate/20230119192316_create_users.rb
|
1467
|
-
create app/models/user.rb
|
1468
|
-
|
1469
|
-
[2023-01-19 20:23:16 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User email:string:index date_of_birth:datetime:index in 1.046105 sec
|
1470
|
-
[2023-01-19 20:23:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1471
|
-
[2023-01-19 20:23:32 +0100] - == 20230119192316 CreateUsers: migrating ======================================
|
1472
|
-
-- create_table(:users)
|
1473
|
-
-> 0.0095s
|
1474
|
-
-- add_index(:users, :email, {:unique=>true})
|
1475
|
-
-> 0.0013s
|
1476
|
-
-- add_index(:users, :date_of_birth)
|
284
|
+
-- add_index(:books, :deleted_at)
|
285
|
+
-> 0.0017s
|
286
|
+
-- add_index(:books, :metadata, {:using=>:gist})
|
287
|
+
|
288
|
+
[2024-11-16 15:34:55 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.741312 sec
|
289
|
+
[2024-11-16 15:35:54 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Book metadata:jsonb:index --force
|
290
|
+
[2024-11-16 15:35:54 +0100] - invoke active_record
|
291
|
+
create db/migrate/20241116143554_create_books.rb
|
292
|
+
identical app/models/book.rb
|
293
|
+
|
294
|
+
[2024-11-16 15:35:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Book metadata:jsonb:index --force in 0.68701 sec
|
295
|
+
[2024-11-16 15:35:56 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
296
|
+
[2024-11-16 15:35:57 +0100] - == 20241116143554 CreateBooks: migrating ======================================
|
297
|
+
-- create_table(:books)
|
298
|
+
-> 0.0070s
|
299
|
+
-- add_index(:books, :metadata, {:using=>:gin})
|
300
|
+
-> 0.0009s
|
301
|
+
== 20241116143554 CreateBooks: migrated (0.0079s) =============================
|
302
|
+
|
303
|
+
|
304
|
+
[2024-11-16 15:35:57 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.746423 sec
|
305
|
+
[2024-11-16 15:39:37 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Author name:string:index email:string:index bio:text date_of_birth:datetime active:boolean:index years_of_experience:integer metadata:jsonb:index tags:string:index --force
|
306
|
+
[2024-11-16 15:39:38 +0100] - invoke active_record
|
307
|
+
create db/migrate/20241116143938_create_authors.rb
|
308
|
+
create app/models/author.rb
|
309
|
+
|
310
|
+
[2024-11-16 15:39:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Author name:string:index email:string:index bio:text date_of_birth:datetime active:boolean:index years_of_experience:integer metadata:jsonb:index tags:string:index --force in 0.939921 sec
|
311
|
+
[2024-11-16 15:39:43 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
312
|
+
[2024-11-16 15:39:43 +0100] - == 20241116143938 CreateAuthors: migrating ====================================
|
313
|
+
-- create_table(:authors)
|
314
|
+
-> 0.0093s
|
315
|
+
-- add_index(:authors, :name)
|
316
|
+
-> 0.0031s
|
317
|
+
-- add_index(:authors, :email, {:algorithm=>:concurrently})
|
318
|
+
-> 0.0021s
|
319
|
+
-- add_index(:authors, :active)
|
1477
320
|
-> 0.0011s
|
1478
|
-
|
321
|
+
-- add_index(:authors, :metadata, {:using=>:gin})
|
322
|
+
-> 0.0005s
|
323
|
+
-- add_index(:authors, :tags, {:using=>:gist})
|
324
|
+
|
325
|
+
[2024-11-16 15:39:43 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.756909 sec
|
326
|
+
[2024-11-16 15:40:26 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
327
|
+
[2024-11-16 15:40:27 +0100] - == 20241116143938 CreateAuthors: migrating ====================================
|
328
|
+
-- create_table(:authors)
|
329
|
+
|
330
|
+
[2024-11-16 15:40:27 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.899148 sec
|
331
|
+
[2024-11-16 15:40:43 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
332
|
+
[2024-11-16 15:40:44 +0100] - == 20241116143938 CreateAuthors: migrating ====================================
|
333
|
+
-- create_table(:authors)
|
334
|
+
|
335
|
+
[2024-11-16 15:40:44 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.723408 sec
|
336
|
+
[2024-11-16 15:41:13 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost
|
337
|
+
[2024-11-16 15:41:13 +0100] - invoke active_record
|
338
|
+
create db/migrate/20241116144113_add_column_title_content_for_post.rb
|
339
|
+
|
340
|
+
[2024-11-16 15:41:13 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost in 0.759249 sec
|
341
|
+
[2024-11-16 15:41:13 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost
|
342
|
+
[2024-11-16 15:41:14 +0100] - invoke active_record
|
343
|
+
create db/migrate/20241116144114_remove_column_title_views_for_post.rb
|
344
|
+
|
345
|
+
[2024-11-16 15:41:14 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost in 0.731651 sec
|
346
|
+
[2024-11-16 15:41:14 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost
|
347
|
+
[2024-11-16 15:41:15 +0100] - invoke active_record
|
348
|
+
create db/migrate/20241116144115_rename_column_content_for_post.rb
|
349
|
+
|
350
|
+
[2024-11-16 15:41:15 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost in 0.724238 sec
|
351
|
+
[2024-11-16 15:41:15 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost
|
352
|
+
[2024-11-16 15:41:16 +0100] - invoke active_record
|
353
|
+
create db/migrate/20241116144116_change_column_type_content_new_views_by_users_for_post.rb
|
354
|
+
|
355
|
+
[2024-11-16 15:41:16 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost in 0.71708 sec
|
356
|
+
[2024-11-16 15:41:16 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost
|
357
|
+
[2024-11-16 15:41:16 +0100] - invoke active_record
|
358
|
+
create db/migrate/20241116144116_add_column_content_content_second_for_post.rb
|
359
|
+
|
360
|
+
[2024-11-16 15:41:16 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost in 0.719208 sec
|
361
|
+
[2024-11-16 15:41:16 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost
|
362
|
+
[2024-11-16 15:41:17 +0100] - invoke active_record
|
363
|
+
create db/migrate/20241116144117_belongs_to_user_for_post.rb
|
364
|
+
|
365
|
+
[2024-11-16 15:41:17 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost in 0.718953 sec
|
366
|
+
[2024-11-16 15:41:17 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost
|
367
|
+
[2024-11-16 15:41:18 +0100] - invoke active_record
|
368
|
+
create db/migrate/20241116144118_remove_index_to_column_views_by_users_for_post.rb
|
369
|
+
|
370
|
+
[2024-11-16 15:41:18 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost in 0.723854 sec
|
371
|
+
[2024-11-16 15:41:18 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost
|
372
|
+
[2024-11-16 15:41:19 +0100] - invoke active_record
|
373
|
+
create db/migrate/20241116144119_drop_table_for_post.rb
|
374
|
+
|
375
|
+
[2024-11-16 15:41:19 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost in 0.718936 sec
|
376
|
+
[2024-11-16 15:41:19 +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
|
377
|
+
[2024-11-16 15:41:19 +0100] - invoke active_record
|
378
|
+
create db/migrate/20241116144119_create_posts.rb
|
379
|
+
create app/models/post.rb
|
380
|
+
|
381
|
+
[2024-11-16 15:41:19 +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.848207 sec
|
382
|
+
[2024-11-16 15:41:19 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
383
|
+
[2024-11-16 15:41:20 +0100] - invoke active_record
|
384
|
+
create db/migrate/20241116144120_create_posts.rb
|
385
|
+
create app/models/post.rb
|
386
|
+
|
387
|
+
[2024-11-16 15:41:20 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.858051 sec
|
388
|
+
[2024-11-16 15:41:20 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
389
|
+
[2024-11-16 15:41:21 +0100] - invoke active_record
|
390
|
+
create db/migrate/20241116144121_create_posts.rb
|
391
|
+
create app/models/post.rb
|
392
|
+
|
393
|
+
[2024-11-16 15:41:21 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.84393 sec
|
394
|
+
[2024-11-18 21:17:03 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost
|
395
|
+
[2024-11-18 21:17:04 +0100] - invoke active_record
|
396
|
+
create db/migrate/20241118201704_add_column_title_content_for_post.rb
|
397
|
+
|
398
|
+
[2024-11-18 21:17:04 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost in 0.747906 sec
|
399
|
+
[2024-11-18 21:17:04 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost
|
400
|
+
[2024-11-18 21:17:05 +0100] - invoke active_record
|
401
|
+
create db/migrate/20241118201705_remove_column_title_views_for_post.rb
|
402
|
+
|
403
|
+
[2024-11-18 21:17:05 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost in 0.72956 sec
|
404
|
+
[2024-11-18 21:17:05 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost
|
405
|
+
[2024-11-18 21:17:05 +0100] - invoke active_record
|
406
|
+
create db/migrate/20241118201705_rename_column_content_for_post.rb
|
407
|
+
|
408
|
+
[2024-11-18 21:17:05 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost in 0.740981 sec
|
409
|
+
[2024-11-18 21:17:05 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost
|
410
|
+
[2024-11-18 21:17:06 +0100] - invoke active_record
|
411
|
+
create db/migrate/20241118201706_change_column_type_content_new_views_by_users_for_post.rb
|
412
|
+
|
413
|
+
[2024-11-18 21:17:06 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost in 0.822192 sec
|
414
|
+
[2024-11-18 21:17:06 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost
|
415
|
+
[2024-11-18 21:17:07 +0100] - invoke active_record
|
416
|
+
create db/migrate/20241118201707_add_column_content_content_second_for_post.rb
|
417
|
+
|
418
|
+
[2024-11-18 21:17:07 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost in 0.773992 sec
|
419
|
+
[2024-11-18 21:17:07 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost
|
420
|
+
[2024-11-18 21:17:08 +0100] - invoke active_record
|
421
|
+
create db/migrate/20241118201708_belongs_to_user_for_post.rb
|
422
|
+
|
423
|
+
[2024-11-18 21:17:08 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost in 0.767496 sec
|
424
|
+
[2024-11-18 21:17:08 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost
|
425
|
+
[2024-11-18 21:17:09 +0100] - invoke active_record
|
426
|
+
create db/migrate/20241118201709_remove_index_to_column_views_by_users_for_post.rb
|
427
|
+
|
428
|
+
[2024-11-18 21:17:09 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost in 0.743846 sec
|
429
|
+
[2024-11-18 21:17:09 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost
|
430
|
+
[2024-11-18 21:17:09 +0100] - invoke active_record
|
431
|
+
create db/migrate/20241118201709_drop_table_for_post.rb
|
432
|
+
|
433
|
+
[2024-11-18 21:17:09 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost in 0.747368 sec
|
434
|
+
[2024-11-18 21:17:09 +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
|
435
|
+
[2024-11-18 21:17:10 +0100] - invoke active_record
|
436
|
+
create db/migrate/20241118201710_create_posts.rb
|
437
|
+
create app/models/post.rb
|
438
|
+
|
439
|
+
[2024-11-18 21:17:10 +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.883545 sec
|
440
|
+
[2024-11-18 21:17:10 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
441
|
+
[2024-11-18 21:17:11 +0100] - invoke active_record
|
442
|
+
create db/migrate/20241118201711_create_posts.rb
|
443
|
+
create app/models/post.rb
|
444
|
+
|
445
|
+
[2024-11-18 21:17:11 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.95528 sec
|
446
|
+
[2024-11-18 21:17:11 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
447
|
+
[2024-11-18 21:17:12 +0100] - invoke active_record
|
448
|
+
create db/migrate/20241118201712_create_posts.rb
|
449
|
+
create app/models/post.rb
|
450
|
+
|
451
|
+
[2024-11-18 21:17:12 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.983697 sec
|
452
|
+
[2024-11-18 22:44:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Author name:string:index email:string:index date_of_birth:integer metadata:jsonb:index active:boolean:index tags:string:index --force
|
453
|
+
[2024-11-18 22:44:34 +0100] - invoke active_record
|
454
|
+
create db/migrate/20241118214434_create_authors.rb
|
455
|
+
create app/models/author.rb
|
456
|
+
|
457
|
+
[2024-11-18 22:44:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Author name:string:index email:string:index date_of_birth:integer metadata:jsonb:index active:boolean:index tags:string:index --force in 1.117814 sec
|
458
|
+
[2024-11-18 22:44:44 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
459
|
+
[2024-11-18 22:44:45 +0100] - == 20241118214434 CreateAuthors: migrating ====================================
|
460
|
+
-- create_table(:authors)
|
461
|
+
-> 0.0046s
|
462
|
+
-- add_index(:authors, :name)
|
463
|
+
-> 0.0010s
|
464
|
+
-- add_index(:authors, :email, {:algorithm=>:concurrently, :unique=>true})
|
465
|
+
-> 0.0019s
|
466
|
+
-- add_index(:authors, :metadata, {:using=>:gin})
|
467
|
+
-> 0.0007s
|
468
|
+
-- add_index(:authors, :active)
|
469
|
+
-> 0.0007s
|
470
|
+
-- add_index(:authors, :tags)
|
471
|
+
-> 0.0010s
|
472
|
+
== 20241118214434 CreateAuthors: migrated (0.0100s) ===========================
|
1479
473
|
|
1480
474
|
|
1481
|
-
[
|
1482
|
-
[
|
1483
|
-
[
|
1484
|
-
create db/migrate/
|
1485
|
-
create app/models/post.rb
|
475
|
+
[2024-11-18 22:44:45 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.773871 sec
|
476
|
+
[2024-11-18 22:46:11 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnYearsOfExperienceMetadataForAuthor
|
477
|
+
[2024-11-18 22:46:12 +0100] - invoke active_record
|
478
|
+
create db/migrate/20241118214612_add_column_years_of_experience_metadata_for_author.rb
|
1486
479
|
|
1487
|
-
[
|
1488
|
-
[
|
1489
|
-
[
|
1490
|
-
--
|
1491
|
-
-> 0.0048s
|
1492
|
-
-- add_index(:posts, :title)
|
1493
|
-
-> 0.0007s
|
1494
|
-
-- add_index(:posts, :metadata, {:using=>:gist})
|
1495
|
-
|
1496
|
-
[2023-01-19 20:24:24 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.854014 sec
|
1497
|
-
[2023-01-19 20:24:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1498
|
-
[2023-01-19 20:24:51 +0100] - == 20230119192417 CreatePosts: migrating ======================================
|
1499
|
-
-- create_table(:posts)
|
1500
|
-
-> 0.0152s
|
1501
|
-
-- add_index(:posts, :title)
|
1502
|
-
-> 0.0013s
|
1503
|
-
-- add_index(:posts, :metadata, {:using=>:gin})
|
480
|
+
[2024-11-18 22:46:12 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnYearsOfExperienceMetadataForAuthor in 0.625339 sec
|
481
|
+
[2024-11-18 22:46:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
482
|
+
[2024-11-18 22:46:34 +0100] - == 20241118214612 AddColumnYearsOfExperienceMetadataForAuthor: migrating ======
|
483
|
+
-- add_column(:authors, :years_of_experience, :integer, {:default=>0, :null=>false})
|
1504
484
|
-> 0.0019s
|
1505
|
-
|
1506
|
-
|
1507
|
-
|
1508
|
-
[
|
1509
|
-
[
|
1510
|
-
|
1511
|
-
|
1512
|
-
|
1513
|
-
[
|
1514
|
-
[
|
1515
|
-
|
1516
|
-
|
1517
|
-
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1528
|
-
|
1529
|
-
|
1530
|
-
[
|
1531
|
-
|
1532
|
-
|
1533
|
-
|
1534
|
-
|
1535
|
-
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
[
|
1541
|
-
[
|
1542
|
-
[
|
1543
|
-
create db/migrate/
|
1544
|
-
|
1545
|
-
[
|
1546
|
-
[
|
1547
|
-
[
|
1548
|
-
create db/migrate/
|
1549
|
-
|
1550
|
-
[
|
1551
|
-
[
|
1552
|
-
[
|
1553
|
-
create db/migrate/
|
1554
|
-
|
1555
|
-
[
|
1556
|
-
[
|
1557
|
-
[
|
1558
|
-
create db/migrate/
|
1559
|
-
|
1560
|
-
[
|
1561
|
-
[
|
1562
|
-
[
|
1563
|
-
create db/migrate/
|
1564
|
-
|
1565
|
-
[
|
1566
|
-
[
|
1567
|
-
[
|
1568
|
-
create db/migrate/
|
1569
|
-
|
1570
|
-
|
1571
|
-
[
|
1572
|
-
[
|
1573
|
-
|
1574
|
-
|
485
|
+
-- change_column(:authors, :metadata, :text)
|
486
|
+
|
487
|
+
[2024-11-18 22:46:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.732732 sec
|
488
|
+
[2024-11-18 22:48:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnYearsOfExperienceDateOfBirthForAuthor
|
489
|
+
[2024-11-18 22:48:39 +0100] - invoke active_record
|
490
|
+
create db/migrate/20241118214839_add_column_years_of_experience_date_of_birth_for_author.rb
|
491
|
+
|
492
|
+
[2024-11-18 22:48:39 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnYearsOfExperienceDateOfBirthForAuthor in 0.591485 sec
|
493
|
+
[2024-11-18 22:48:45 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
494
|
+
[2024-11-18 22:48:46 +0100] - == 20241118214839 AddColumnYearsOfExperienceDateOfBirthForAuthor: migrating ===
|
495
|
+
-- add_column(:authors, :years_of_experience, :integer, {:default=>0, :null=>false})
|
496
|
+
-> 0.0021s
|
497
|
+
-- add_index(:authors, :date_of_birth)
|
498
|
+
-> 0.0032s
|
499
|
+
== 20241118214839 AddColumnYearsOfExperienceDateOfBirthForAuthor: migrated (0.0053s)
|
500
|
+
|
501
|
+
|
502
|
+
[2024-11-18 22:48:46 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.743523 sec
|
503
|
+
[2024-11-18 22:50:05 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Book title:string:index description:text author:references average_rating:float:index --force
|
504
|
+
[2024-11-18 22:50:06 +0100] - invoke active_record
|
505
|
+
create db/migrate/20241118215006_create_books.rb
|
506
|
+
create app/models/book.rb
|
507
|
+
|
508
|
+
[2024-11-18 22:50:06 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Book title:string:index description:text author:references average_rating:float:index --force in 0.681239 sec
|
509
|
+
[2024-11-18 22:50:13 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
510
|
+
[2024-11-18 22:50:14 +0100] - == 20241118215006 CreateBooks: migrating ======================================
|
511
|
+
-- create_table(:books)
|
512
|
+
-> 0.0094s
|
513
|
+
-- add_index(:books, :title)
|
514
|
+
-> 0.0012s
|
515
|
+
-- add_index(:books, :average_rating)
|
516
|
+
-> 0.0014s
|
517
|
+
== 20241118215006 CreateBooks: migrated (0.0120s) =============================
|
518
|
+
|
519
|
+
|
520
|
+
[2024-11-18 22:50:14 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.760436 sec
|
521
|
+
[2024-11-19 00:31:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost
|
522
|
+
[2024-11-19 00:31:31 +0100] - invoke active_record
|
523
|
+
create db/migrate/20241118233131_add_column_title_content_for_post.rb
|
524
|
+
|
525
|
+
[2024-11-19 00:31:31 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitleContentForPost in 0.745758 sec
|
526
|
+
[2024-11-19 00:31:31 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost
|
527
|
+
[2024-11-19 00:31:32 +0100] - invoke active_record
|
528
|
+
create db/migrate/20241118233132_remove_column_title_views_for_post.rb
|
529
|
+
|
530
|
+
[2024-11-19 00:31:32 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveColumnTitleViewsForPost in 0.738293 sec
|
531
|
+
[2024-11-19 00:31:32 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost
|
532
|
+
[2024-11-19 00:31:33 +0100] - invoke active_record
|
533
|
+
create db/migrate/20241118233133_rename_column_content_for_post.rb
|
534
|
+
|
535
|
+
[2024-11-19 00:31:33 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RenameColumnContentForPost in 0.738236 sec
|
536
|
+
[2024-11-19 00:31:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost
|
537
|
+
[2024-11-19 00:31:34 +0100] - invoke active_record
|
538
|
+
create db/migrate/20241118233134_change_column_type_content_new_views_by_users_for_post.rb
|
539
|
+
|
540
|
+
[2024-11-19 00:31:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeColumnTypeContentNewViewsByUsersForPost in 0.795749 sec
|
541
|
+
[2024-11-19 00:31:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost
|
542
|
+
[2024-11-19 00:31:35 +0100] - invoke active_record
|
543
|
+
create db/migrate/20241118233135_add_column_content_content_second_for_post.rb
|
544
|
+
|
545
|
+
[2024-11-19 00:31:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnContentContentSecondForPost in 0.985422 sec
|
546
|
+
[2024-11-19 00:31:35 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost
|
547
|
+
[2024-11-19 00:31:35 +0100] - invoke active_record
|
548
|
+
create db/migrate/20241118233135_belongs_to_user_for_post.rb
|
549
|
+
|
550
|
+
[2024-11-19 00:31:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration BelongsToUserForPost in 0.827678 sec
|
551
|
+
[2024-11-19 00:31:35 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost
|
552
|
+
[2024-11-19 00:31:36 +0100] - invoke active_record
|
553
|
+
create db/migrate/20241118233136_remove_index_to_column_views_by_users_for_post.rb
|
554
|
+
|
555
|
+
[2024-11-19 00:31:36 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration RemoveIndexToColumnViewsByUsersForPost in 0.806437 sec
|
556
|
+
[2024-11-19 00:31:36 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost
|
557
|
+
[2024-11-19 00:31:37 +0100] - invoke active_record
|
558
|
+
create db/migrate/20241118233137_drop_table_for_post.rb
|
559
|
+
|
560
|
+
[2024-11-19 00:31:37 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration DropTableForPost in 0.785016 sec
|
561
|
+
[2024-11-19 00:31:37 +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
|
562
|
+
[2024-11-19 00:31:38 +0100] - invoke active_record
|
563
|
+
create db/migrate/20241118233138_create_posts.rb
|
564
|
+
create app/models/post.rb
|
565
|
+
|
566
|
+
[2024-11-19 00:31:38 +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.892221 sec
|
567
|
+
[2024-11-19 00:31:38 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
568
|
+
[2024-11-19 00:31:39 +0100] - invoke active_record
|
569
|
+
create db/migrate/20241118233139_create_posts.rb
|
570
|
+
create app/models/post.rb
|
571
|
+
|
572
|
+
[2024-11-19 00:31:39 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 0.87635 sec
|
573
|
+
[2024-11-19 00:31:39 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force
|
574
|
+
[2024-11-19 00:31:40 +0100] - invoke active_record
|
575
|
+
create db/migrate/20241118233140_create_posts.rb
|
576
|
+
create app/models/post.rb
|
577
|
+
|
578
|
+
[2024-11-19 00:31:40 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post user:references --force in 1.061219 sec
|
579
|
+
[2024-11-19 00:32:13 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User name:string --force
|
580
|
+
[2024-11-19 00:32:14 +0100] - invoke active_record
|
581
|
+
create db/migrate/20241118233214_create_users.rb
|
1575
582
|
create app/models/user.rb
|
1576
583
|
|
1577
|
-
[
|
1578
|
-
[
|
1579
|
-
[
|
584
|
+
[2024-11-19 00:32:14 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User name:string --force in 0.701241 sec
|
585
|
+
[2024-11-19 00:32:15 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
586
|
+
[2024-11-19 00:32:16 +0100] - == 20241118233214 CreateUsers: migrating ======================================
|
1580
587
|
-- create_table(:users)
|
1581
|
-
-> 0.
|
1582
|
-
|
1583
|
-
-> 0.0020s
|
1584
|
-
== 20230119193620 CreateUsers: migrated (0.0100s) =============================
|
588
|
+
-> 0.0037s
|
589
|
+
== 20241118233214 CreateUsers: migrated (0.0037s) =============================
|
1585
590
|
|
1586
591
|
|
1587
|
-
[
|
1588
|
-
[
|
1589
|
-
[
|
1590
|
-
create db/migrate/
|
1591
|
-
create app/models/post.rb
|
592
|
+
[2024-11-19 00:32:16 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.752972 sec
|
593
|
+
[2024-11-19 00:32:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitmeForUser
|
594
|
+
[2024-11-19 00:32:33 +0100] - invoke active_record
|
595
|
+
create db/migrate/20241118233233_add_column_titme_for_user.rb
|
1592
596
|
|
1593
|
-
[
|
1594
|
-
[
|
1595
|
-
[
|
1596
|
-
--
|
1597
|
-
-> 0.0098s
|
1598
|
-
== 20230119193739 CreatePosts: migrated (0.0099s) =============================
|
1599
|
-
|
1600
|
-
|
1601
|
-
[2023-01-19 20:37:43 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.010992 sec
|
1602
|
-
[2023-01-19 20:38:58 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsUsersAt1674157138
|
1603
|
-
[2023-01-19 20:38:58 +0100] - invoke active_record
|
1604
|
-
create db/migrate/20230119193858_change_posts_users_at1674157138.rb
|
1605
|
-
|
1606
|
-
[2023-01-19 20:38:58 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsUsersAt1674157138 in 0.85869 sec
|
1607
|
-
[2023-01-19 20:39:37 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1608
|
-
[2023-01-19 20:39:38 +0100] - == 20230119193858 ChangePostsUsersAt1674157138: migrating =====================
|
1609
|
-
-- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
|
1610
|
-
-> 0.0108s
|
1611
|
-
-- add_column(:users, :date_of_birth, :datetime)
|
1612
|
-
-> 0.0004s
|
1613
|
-
-- add_index(:users, :date_of_birth)
|
597
|
+
[2024-11-19 00:32:33 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration AddColumnTitmeForUser in 0.589585 sec
|
598
|
+
[2024-11-19 00:32:41 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
599
|
+
[2024-11-19 00:32:42 +0100] - == 20241118233233 AddColumnTitmeForUser: migrating ============================
|
600
|
+
-- add_column(:users, :titme, :text, {:default=>"", :null=>false})
|
1614
601
|
-> 0.0016s
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
[2023-01-19 20:39:38 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.366737 sec
|
1619
|
-
[2023-01-19 20:40:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674157230
|
1620
|
-
[2023-01-19 20:40:31 +0100] - invoke active_record
|
1621
|
-
create db/migrate/20230119194031_change_users_at1674157230.rb
|
1622
|
-
|
1623
|
-
[2023-01-19 20:40:31 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674157230 in 0.901054 sec
|
1624
|
-
[2023-01-19 22:10:57 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119193858
|
1625
|
-
[2023-01-19 22:10:58 +0100] - == 20230119193858 ChangePostsUsersAt1674157138: reverting =====================
|
1626
|
-
-- remove_index(:users, :date_of_birth)
|
1627
|
-
-> 0.0072s
|
1628
|
-
-- remove_column(:users, :date_of_birth, :datetime)
|
1629
|
-
-> 0.0005s
|
1630
|
-
-- remove_reference(:posts, :user, {:foreign_key=>true, :index=>true})
|
1631
|
-
-> 0.0049s
|
1632
|
-
== 20230119193858 ChangePostsUsersAt1674157138: reverted (0.0140s) ============
|
1633
|
-
|
1634
|
-
|
1635
|
-
[2023-01-19 22:10:58 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119193858 in 1.122142 sec
|
1636
|
-
[2023-01-19 22:11:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119193739
|
1637
|
-
[2023-01-19 22:11:34 +0100] - == 20230119193739 CreatePosts: reverting ======================================
|
1638
|
-
-- drop_table(:posts)
|
1639
|
-
-> 0.0076s
|
1640
|
-
== 20230119193739 CreatePosts: reverted (0.0089s) =============================
|
1641
|
-
|
1642
|
-
|
1643
|
-
[2023-01-19 22:11:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119193739 in 1.090154 sec
|
1644
|
-
[2023-01-19 22:22:42 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163362
|
1645
|
-
[2023-01-19 22:22:42 +0100] - invoke active_record
|
1646
|
-
create db/migrate/20230119212242_change_posts_at1674163362.rb
|
1647
|
-
|
1648
|
-
[2023-01-19 22:22:42 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163362 in 0.717786 sec
|
1649
|
-
[2023-01-19 22:22:42 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163362
|
1650
|
-
[2023-01-19 22:22:43 +0100] - invoke active_record
|
1651
|
-
create db/migrate/20230119212243_change_posts_at1674163362.rb
|
1652
|
-
|
1653
|
-
[2023-01-19 22:22:43 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163362 in 0.676569 sec
|
1654
|
-
[2023-01-19 22:22:43 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163363
|
1655
|
-
[2023-01-19 22:22:44 +0100] - invoke active_record
|
1656
|
-
create db/migrate/20230119212244_change_posts_at1674163363.rb
|
1657
|
-
|
1658
|
-
[2023-01-19 22:22:44 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163363 in 0.672262 sec
|
1659
|
-
[2023-01-19 22:22:44 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163364
|
1660
|
-
[2023-01-19 22:22:44 +0100] - invoke active_record
|
1661
|
-
create db/migrate/20230119212244_change_posts_at1674163364.rb
|
1662
|
-
|
1663
|
-
[2023-01-19 22:22:44 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163364 in 0.673385 sec
|
1664
|
-
[2023-01-19 22:22:44 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163364
|
1665
|
-
[2023-01-19 22:22:45 +0100] - invoke active_record
|
1666
|
-
create db/migrate/20230119212245_change_posts_at1674163364.rb
|
1667
|
-
|
1668
|
-
[2023-01-19 22:22:45 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163364 in 0.672198 sec
|
1669
|
-
[2023-01-19 22:22:45 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163365
|
1670
|
-
[2023-01-19 22:22:46 +0100] - invoke active_record
|
1671
|
-
create db/migrate/20230119212246_change_posts_at1674163365.rb
|
1672
|
-
|
1673
|
-
[2023-01-19 22:22:46 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163365 in 0.67506 sec
|
1674
|
-
[2023-01-19 22:22:46 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163366
|
1675
|
-
[2023-01-19 22:22:46 +0100] - invoke active_record
|
1676
|
-
create db/migrate/20230119212246_change_posts_at1674163366.rb
|
1677
|
-
|
1678
|
-
[2023-01-19 22:22:46 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163366 in 0.719408 sec
|
1679
|
-
[2023-01-19 22:22:46 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163366
|
1680
|
-
[2023-01-19 22:22:47 +0100] - invoke active_record
|
1681
|
-
create db/migrate/20230119212247_change_posts_at1674163366.rb
|
1682
|
-
|
1683
|
-
[2023-01-19 22:22:47 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674163366 in 0.703696 sec
|
1684
|
-
[2023-01-19 22:22:47 +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:index score:float:index metadata:jsonb:index
|
1685
|
-
[2023-01-19 22:22:48 +0100] - invoke active_record
|
1686
|
-
create db/migrate/20230119212248_create_posts.rb
|
1687
|
-
create app/models/post.rb
|
1688
|
-
|
1689
|
-
[2023-01-19 22:22:48 +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:index score:float:index metadata:jsonb:index in 0.674648 sec
|
1690
|
-
[2023-01-19 22:34:25 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User name:string
|
1691
|
-
[2023-01-19 22:34:26 +0100] - invoke active_record
|
1692
|
-
create db/migrate/20230119213426_create_users.rb
|
1693
|
-
create app/models/user.rb
|
1694
|
-
|
1695
|
-
[2023-01-19 22:34:26 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User name:string in 1.086571 sec
|
1696
|
-
[2023-01-19 22:35:46 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1697
|
-
[2023-01-19 22:35:47 +0100] - == 20230119213426 CreateUsers: migrating ======================================
|
1698
|
-
-- create_table(:users)
|
1699
|
-
-> 0.0096s
|
1700
|
-
== 20230119213426 CreateUsers: migrated (0.0097s) =============================
|
1701
|
-
|
1702
|
-
|
1703
|
-
[2023-01-19 22:35:47 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.186654 sec
|
1704
|
-
[2023-01-19 22:37:01 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674164221
|
1705
|
-
[2023-01-19 22:37:02 +0100] - invoke active_record
|
1706
|
-
create db/migrate/20230119213702_change_users_at1674164221.rb
|
1707
|
-
|
1708
|
-
[2023-01-19 22:37:02 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674164221 in 0.809161 sec
|
1709
|
-
[2023-01-19 22:39:05 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1710
|
-
[2023-01-19 22:39:06 +0100] - == 20230119213702 ChangeUsersAt1674164221: migrating ==========================
|
1711
|
-
-- add_index(:users, :name)
|
1712
|
-
-> 0.0072s
|
1713
|
-
== 20230119213702 ChangeUsersAt1674164221: migrated (0.0072s) =================
|
1714
|
-
|
1715
|
-
|
1716
|
-
[2023-01-19 22:39:06 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.231821 sec
|
1717
|
-
[2023-01-19 22:39:21 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119213702
|
1718
|
-
[2023-01-19 22:39:23 +0100] - == 20230119213702 ChangeUsersAt1674164221: reverting ==========================
|
1719
|
-
-- remove_index(:users, :name)
|
1720
|
-
-> 0.0183s
|
1721
|
-
== 20230119213702 ChangeUsersAt1674164221: reverted (0.0199s) =================
|
1722
|
-
|
1723
|
-
|
1724
|
-
[2023-01-19 22:39:23 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119213702 in 1.032306 sec
|
1725
|
-
[2023-01-19 22:42:33 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1726
|
-
[2023-01-19 22:42:34 +0100] - == 20230119213702 ChangeUsersAt1674164221: migrating ==========================
|
1727
|
-
-- add_index(:users, :name)
|
1728
|
-
-> 0.0076s
|
1729
|
-
== 20230119213702 ChangeUsersAt1674164221: migrated (0.0076s) =================
|
1730
|
-
|
1731
|
-
|
1732
|
-
[2023-01-19 22:42:34 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.250838 sec
|
1733
|
-
[2023-01-19 22:42:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119213702
|
1734
|
-
[2023-01-19 22:42:51 +0100] - == 20230119213702 ChangeUsersAt1674164221: reverting ==========================
|
1735
|
-
-- remove_index(:users, :name)
|
1736
|
-
-> 0.0073s
|
1737
|
-
== 20230119213702 ChangeUsersAt1674164221: reverted (0.0087s) =================
|
1738
|
-
|
1739
|
-
|
1740
|
-
[2023-01-19 22:42:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119213702 in 1.042014 sec
|
1741
|
-
[2023-01-19 22:46:10 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119213426
|
1742
|
-
[2023-01-19 22:46:11 +0100] - == 20230119213426 CreateUsers: reverting ======================================
|
1743
|
-
-- drop_table(:users)
|
1744
|
-
-> 0.0109s
|
1745
|
-
== 20230119213426 CreateUsers: reverted (0.0123s) =============================
|
1746
|
-
|
1747
|
-
|
1748
|
-
[2023-01-19 22:46:11 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rake db:migrate:down VERSION=20230119213426 in 1.177674 sec
|
1749
|
-
[2023-01-19 23:02:57 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1750
|
-
[2023-01-19 23:02:58 +0100] - == 20230119213426 CreateUsers: migrating ======================================
|
1751
|
-
-- create_table(:users)
|
1752
|
-
-> 0.0153s
|
1753
|
-
== 20230119213426 CreateUsers: migrated (0.0154s) =============================
|
1754
|
-
|
1755
|
-
== 20230119213702 ChangeUsersAt1674164221: migrating ==========================
|
1756
|
-
-- add_index(:users, :name)
|
1757
|
-
-> 0.0011s
|
1758
|
-
== 20230119213702 ChangeUsersAt1674164221: migrated (0.0011s) =================
|
1759
|
-
|
1760
|
-
|
1761
|
-
[2023-01-19 23:02:58 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.149407 sec
|
1762
|
-
[2023-01-19 23:03:17 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674165797
|
1763
|
-
[2023-01-19 23:03:18 +0100] - invoke active_record
|
1764
|
-
create db/migrate/20230119220318_change_users_at1674165797.rb
|
1765
|
-
|
1766
|
-
[2023-01-19 23:03:18 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674165797 in 0.651493 sec
|
1767
|
-
[2023-01-19 23:04:57 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1768
|
-
[2023-01-19 23:04:59 +0100] - == 20230119220318 ChangeUsersAt1674165797: migrating ==========================
|
1769
|
-
-- add_column(:users, :coucou, :string)
|
1770
|
-
-> 0.0008s
|
1771
|
-
== 20230119220318 ChangeUsersAt1674165797: migrated (0.0008s) =================
|
1772
|
-
|
1773
|
-
|
1774
|
-
[2023-01-19 23:04:59 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.270623 sec
|
1775
|
-
[2023-01-19 23:05:19 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Posta title:string
|
1776
|
-
[2023-01-19 23:05:20 +0100] - [WARNING] The model name 'Posta' was recognized as a plural, using the singular 'Postum' instead. Override with --force-plural or setup custom inflection rules for this noun before running the generator.
|
1777
|
-
invoke active_record
|
1778
|
-
create db/migrate/20230119220520_create_posta.rb
|
1779
|
-
create app/models/postum.rb
|
1780
|
-
|
1781
|
-
[2023-01-19 23:05:20 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Posta title:string in 0.930762 sec
|
1782
|
-
[2023-01-19 23:05:25 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1783
|
-
[2023-01-19 23:05:26 +0100] - == 20230119220520 CreatePosta: migrating ======================================
|
1784
|
-
-- create_table(:posta)
|
1785
|
-
-> 0.0146s
|
1786
|
-
== 20230119220520 CreatePosta: migrated (0.0146s) =============================
|
1787
|
-
|
1788
|
-
|
1789
|
-
[2023-01-19 23:05:26 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.073596 sec
|
1790
|
-
[2023-01-19 23:10:15 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Ok lol:string
|
1791
|
-
[2023-01-19 23:10:16 +0100] - invoke active_record
|
1792
|
-
create db/migrate/20230119221016_create_oks.rb
|
1793
|
-
create app/models/ok.rb
|
1794
|
-
|
1795
|
-
[2023-01-19 23:10:16 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Ok lol:string in 1.007653 sec
|
1796
|
-
[2023-01-19 23:10:30 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostaAt1674166230
|
1797
|
-
[2023-01-19 23:10:30 +0100] - invoke active_record
|
1798
|
-
create db/migrate/20230119221030_change_posta_at1674166230.rb
|
1799
|
-
|
1800
|
-
[2023-01-19 23:10:30 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostaAt1674166230 in 0.658523 sec
|
1801
|
-
[2023-01-19 23:10:34 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1802
|
-
[2023-01-19 23:10:35 +0100] - == 20230119221016 CreateOks: migrating ========================================
|
1803
|
-
-- create_table(:oks)
|
1804
|
-
-> 0.0065s
|
1805
|
-
== 20230119221016 CreateOks: migrated (0.0065s) ===============================
|
1806
|
-
|
1807
|
-
== 20230119221030 ChangePostaAt1674166230: migrating ==========================
|
1808
|
-
-- remove_column(:posta, :id)
|
1809
|
-
-> 0.0023s
|
1810
|
-
== 20230119221030 ChangePostaAt1674166230: migrated (0.0023s) =================
|
1811
|
-
|
1812
|
-
|
1813
|
-
[2023-01-19 23:10:35 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.983817 sec
|
1814
|
-
[2023-01-19 23:10:57 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166257
|
1815
|
-
[2023-01-19 23:10:58 +0100] - invoke active_record
|
1816
|
-
create db/migrate/20230119221058_change_posts_at1674166257.rb
|
1817
|
-
|
1818
|
-
[2023-01-19 23:10:58 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166257 in 0.73609 sec
|
1819
|
-
[2023-01-19 23:10:58 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166258
|
1820
|
-
[2023-01-19 23:10:58 +0100] - invoke active_record
|
1821
|
-
create db/migrate/20230119221058_change_posts_at1674166258.rb
|
1822
|
-
|
1823
|
-
[2023-01-19 23:10:58 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166258 in 0.701372 sec
|
1824
|
-
[2023-01-19 23:10:58 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166258
|
1825
|
-
[2023-01-19 23:10:59 +0100] - invoke active_record
|
1826
|
-
create db/migrate/20230119221059_change_posts_at1674166258.rb
|
1827
|
-
|
1828
|
-
[2023-01-19 23:10:59 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166258 in 0.666369 sec
|
1829
|
-
[2023-01-19 23:10:59 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166259
|
1830
|
-
[2023-01-19 23:11:00 +0100] - invoke active_record
|
1831
|
-
create db/migrate/20230119221100_change_posts_at1674166259.rb
|
1832
|
-
|
1833
|
-
[2023-01-19 23:11:00 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166259 in 0.672006 sec
|
1834
|
-
[2023-01-19 23:11:00 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166260
|
1835
|
-
[2023-01-19 23:11:01 +0100] - invoke active_record
|
1836
|
-
create db/migrate/20230119221101_change_posts_at1674166260.rb
|
1837
|
-
|
1838
|
-
[2023-01-19 23:11:01 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166260 in 0.699279 sec
|
1839
|
-
[2023-01-19 23:11:01 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166261
|
1840
|
-
[2023-01-19 23:11:01 +0100] - invoke active_record
|
1841
|
-
create db/migrate/20230119221101_change_posts_at1674166261.rb
|
1842
|
-
|
1843
|
-
[2023-01-19 23:11:01 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166261 in 0.673085 sec
|
1844
|
-
[2023-01-19 23:11:01 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166261
|
1845
|
-
[2023-01-19 23:11:02 +0100] - invoke active_record
|
1846
|
-
create db/migrate/20230119221102_change_posts_at1674166261.rb
|
1847
|
-
|
1848
|
-
[2023-01-19 23:11:02 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166261 in 0.67671 sec
|
1849
|
-
[2023-01-19 23:11:02 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166262
|
1850
|
-
[2023-01-19 23:11:03 +0100] - invoke active_record
|
1851
|
-
create db/migrate/20230119221103_change_posts_at1674166262.rb
|
1852
|
-
|
1853
|
-
[2023-01-19 23:11:03 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166262 in 0.674399 sec
|
1854
|
-
[2023-01-19 23:11:03 +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:index score:float:index metadata:jsonb:index
|
1855
|
-
[2023-01-19 23:11:03 +0100] - invoke active_record
|
1856
|
-
create db/migrate/20230119221103_create_posts.rb
|
1857
|
-
create app/models/post.rb
|
1858
|
-
|
1859
|
-
[2023-01-19 23:11:03 +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:index score:float:index metadata:jsonb:index in 0.675815 sec
|
1860
|
-
[2023-01-19 23:14:51 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User email:string:index login_count:integer metadata:jsonb name:string:index
|
1861
|
-
[2023-01-19 23:14:52 +0100] - invoke active_record
|
1862
|
-
create db/migrate/20230119221452_create_users.rb
|
1863
|
-
create app/models/user.rb
|
1864
|
-
|
1865
|
-
[2023-01-19 23:14:52 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model User email:string:index login_count:integer metadata:jsonb name:string:index in 1.141093 sec
|
1866
|
-
[2023-01-19 23:15:03 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1867
|
-
[2023-01-19 23:15:04 +0100] - == 20230119221452 CreateUsers: migrating ======================================
|
1868
|
-
-- create_table(:users)
|
1869
|
-
|
1870
|
-
[2023-01-19 23:15:04 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.821731 sec
|
1871
|
-
[2023-01-19 23:16:06 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1872
|
-
[2023-01-19 23:16:07 +0100] - == 20230119221452 CreateUsers: migrating ======================================
|
1873
|
-
-- create_table(:users)
|
1874
|
-
-> 0.0084s
|
1875
|
-
-- add_index(:users, :email, {:unique=>true})
|
1876
|
-
-> 0.0008s
|
1877
|
-
-- add_index(:users, :name)
|
1878
|
-
-> 0.0005s
|
1879
|
-
== 20230119221452 CreateUsers: migrated (0.0098s) =============================
|
1880
|
-
|
1881
|
-
|
1882
|
-
[2023-01-19 23:16:07 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 1.049304 sec
|
1883
|
-
[2023-01-19 23:17:50 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674166670
|
1884
|
-
[2023-01-19 23:17:51 +0100] - invoke active_record
|
1885
|
-
create db/migrate/20230119221751_change_users_at1674166670.rb
|
1886
|
-
|
1887
|
-
[2023-01-19 23:17:51 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangeUsersAt1674166670 in 0.930714 sec
|
1888
|
-
[2023-01-19 23:18:09 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1889
|
-
[2023-01-19 23:18:09 +0100] - == 20230119221751 ChangeUsersAt1674166670: migrating ==========================
|
1890
|
-
-- add_column(:users, :city, :string)
|
1891
|
-
-> 0.0008s
|
1892
|
-
-- add_index(:users, :city)
|
1893
|
-
-> 0.0011s
|
1894
|
-
-- rename_column(:users, :login_count, :signin_count)
|
1895
|
-
-> 0.0075s
|
1896
|
-
== 20230119221751 ChangeUsersAt1674166670: migrated (0.0095s) =================
|
1897
|
-
|
1898
|
-
|
1899
|
-
[2023-01-19 23:18:09 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate in 0.956116 sec
|
1900
|
-
[2023-01-19 23:20:53 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post title:string:index content:string
|
1901
|
-
[2023-01-19 23:20:54 +0100] - invoke active_record
|
1902
|
-
create db/migrate/20230119222054_create_posts.rb
|
1903
|
-
create app/models/post.rb
|
1904
|
-
|
1905
|
-
[2023-01-19 23:20:54 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails generate model Post title:string:index content:string in 1.060524 sec
|
1906
|
-
[2023-01-19 23:21:05 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166865
|
1907
|
-
[2023-01-19 23:21:06 +0100] - invoke active_record
|
1908
|
-
create db/migrate/20230119222106_change_posts_at1674166865.rb
|
1909
|
-
|
1910
|
-
[2023-01-19 23:21:06 +0100] - DONE: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails g migration ChangePostsAt1674166865 in 0.655773 sec
|
1911
|
-
[2023-01-19 23:21:09 +0100] - DOING...: cd "/Users/damln/Work/localtower/spec/dummy" && bundle exec rails db:migrate
|
1912
|
-
[2023-01-19 23:21:10 +0100] - == 20230119222054 CreatePosts: migrating ======================================
|
1913
|
-
-- create_table(:posts)
|
1914
|
-
-> 0.0102s
|
1915
|
-
-- add_index(:posts, :title)
|
1916
|
-
-> 0.0007s
|
1917
|
-
== 20230119222054 CreatePosts: migrated (0.0109s) =============================
|
1918
|
-
|
1919
|
-
== 20230119222106 ChangePostsAt1674166865: migrating ==========================
|
1920
|
-
-- add_reference(:posts, :user, {:foreign_key=>true, :index=>true})
|
1921
|
-
-> 0.0103s
|
1922
|
-
== 20230119222106 ChangePostsAt1674166865: migrated (0.0103s) =================
|
602
|
+
-- add_index(:users, :titme)
|
603
|
+
-> 0.0028s
|
604
|
+
== 20241118233233 AddColumnTitmeForUser: migrated (0.0044s) ===================
|
1923
605
|
|
1924
606
|
|
1925
|
-
[
|
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
|