lucky_migrator icon indicating copy to clipboard operation
lucky_migrator copied to clipboard

LuckyMigrator has been merged into LuckyRecord

Results 13 lucky_migrator issues
Sort by recently updated
recently updated
newest added

[crystal-pg](https://github.com/will/crystal-pg) already has support for json and jsonb types using `JSON::Any`. Adding support for this would be a useful feature for some people. ```crystal class Post < BaseModel table :posts...

[crystal-pg](https://github.com/will/crystal-pg) has support for geo types: `geo types: point, box, path, lseg, polygon, circle, line` I want to leave this here for discussion and as a reminder for future self,...

This issue (https://github.com/luckyframework/lucky_migrator/issues/12) is very helpful, but sometimes filling the table with a static value is not ideal. For example, you may want to add a slug to blog posts,...

help wanted

Right now it bunches everything together: `20180612204856_my_migration` It'd be a lot nicer like this: `2018_06_12_20_48_56_my_migration` or something along those lines

This would hide success output. This will be helpful when automatically creating and migrating the database in test. In that case, you only need error output ```crystal def initialize(@quiet :...

So in the comment in the migration it would say: `If you'd like to remove comments from now on, run: lucky migration.stop_displaying_comments` This would create/modify a `config/database.local.cr` and add: ```crystal...

https://github.com/ankane/strong_migrations

I don't think this is important atm since we can use raw sql: ```crystal execute "CREATE UNIQUE INDEX chapters_section_id_code_index ON sections USING btree (section_id, code);" ``` But I'd like to...

help wanted

http://shuber.io/porting-activerecord-counter-cache-behavior-to-postgres/ https://github.com/magnusvk/counter_culture/blob/master/README.md https://github.com/jeremyevans/sequel_postgresql_triggers