igorkasyanchuk/sql_view
在 GitHub 查看schema evolution - view defs changing + cascaded dependencies
Open
#5 建立於 2024年3月18日
help wanted
倉庫指標
- Star
- (55 star)
- PR 合併指標
- (PR 指標待抓取)
描述
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.