mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
removed logs
This commit is contained in:
@@ -128,7 +128,6 @@ export function useTableFunctions() {
|
||||
);
|
||||
Object.keys(_schema.subTables).forEach((subTableId: string) => {
|
||||
if (_schema.subTables) {
|
||||
console.log(subTableId);
|
||||
batch.set(
|
||||
subTableCollectionRef(subTableId),
|
||||
_schema.subTables[subTableId]
|
||||
@@ -222,7 +221,6 @@ export function useTableFunctions() {
|
||||
);
|
||||
Object.keys(_schema.subTables).forEach((subTableId: string) => {
|
||||
if (_schema.subTables) {
|
||||
console.log(subTableId);
|
||||
batch.set(
|
||||
subTableCollectionRef(subTableId),
|
||||
_schema.subTables[subTableId]
|
||||
|
||||
2
src/types/table.d.ts
vendored
2
src/types/table.d.ts
vendored
@@ -116,7 +116,7 @@ export type TableSchema = {
|
||||
};
|
||||
|
||||
export type SubTablesSchema = {
|
||||
[key: string]: TablesSchema;
|
||||
[key: string]: TableSchema;
|
||||
};
|
||||
|
||||
export type ColumnConfig = {
|
||||
|
||||
Reference in New Issue
Block a user