removed uneeded test table
This commit is contained in:
parent
3baba5b4eb
commit
318a17b9be
|
|
@ -1,5 +1,5 @@
|
||||||
import nasa from './nasa';
|
import nasa from './nasa';
|
||||||
import { MovieSchema, ShowSchema, TestTableShema, OtherSchema, CategorySchema} from './schemas';
|
import { MovieSchema, ShowSchema, TestTableShema, OtherSchema, CategorySchema, SettingSchema} from './schemas';
|
||||||
|
|
||||||
|
|
||||||
const tableSchemas = {
|
const tableSchemas = {
|
||||||
|
|
@ -7,7 +7,7 @@ const tableSchemas = {
|
||||||
shows: ShowSchema,
|
shows: ShowSchema,
|
||||||
others: OtherSchema,
|
others: OtherSchema,
|
||||||
categories: CategorySchema,
|
categories: CategorySchema,
|
||||||
test: TestTableShema,
|
settings: SettingSchema ,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue