mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 22:26:46 +00:00
refactor: rename project and base
- Rename `Project` => `Base` - Rename `Base` => `Source` - Remove `db` from data/meta api endpoints - Add backward compatibility for old apis - Migrations for renaming table and columns Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ const { getMeta } = useMetas()
|
||||
|
||||
const { includeM2M } = useGlobal()
|
||||
|
||||
const { loadTables } = useProject()
|
||||
const { loadTables } = useBase()
|
||||
|
||||
const isLoading = ref(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user