igorkasyanchuk/sql_view
GitHub で見るschema evolution - view defs changing + cascaded dependencies
Open
#5 opened on 2024年3月18日
help wanted
Repository metrics
- Stars
- (55 stars)
- PR merge metrics
- (PR metrics pending)
説明
nice to see some activity and innovation and the rails eco system ! (stumbled on your gem collection)
does your gem support schema evolution? meaning what if the view definition changes but there are other databas views that depend on this view. with scenic we can manage this by removing all dependent views, changing the view and redefining the dependent views.