mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update seeds to work on PG
This commit is contained in:
@@ -44,8 +44,6 @@ export default class FieldsService {
|
||||
|
||||
const columns = await schemaInspector.columnInfo(collection);
|
||||
|
||||
console.log(columns);
|
||||
|
||||
return columns.map((column) => {
|
||||
const field = fields.find(
|
||||
(field) => field.field === column.name && field.collection === column.table
|
||||
|
||||
Reference in New Issue
Block a user