mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 11:06:41 +00:00
feat(nc-gui): Added cypress test for ERD
This commit is contained in:
@@ -156,3 +156,13 @@ export function setProjectString(projStr) {
|
||||
export function getProjectString() {
|
||||
return xcdbProjectString;
|
||||
}
|
||||
|
||||
const sakilaTables = [
|
||||
'actor', 'address', 'category', 'city', 'country', 'customer', 'film', 'film_text', 'language', 'payment', 'rental', 'staff'
|
||||
]
|
||||
|
||||
const sakilaSqlViews = [
|
||||
'actor_info', 'customer_list', 'film_list', 'nicer_but_slower_film_list', 'sales_by_film_category', 'sales_by_store', 'staff_list'
|
||||
]
|
||||
|
||||
export { sakilaTables, sakilaSqlViews }
|
||||
Reference in New Issue
Block a user