|
|
@ -1,7 +1,8 @@ |
|
|
import { sql, relations } from 'drizzle-orm'; |
|
|
import { sql, relations } from 'drizzle-orm'; |
|
|
import { int, sqliteTable, text } from 'drizzle-orm/sqlite-core'; |
|
|
import { int, sqliteTable, text } from 'drizzle-orm/sqlite-core'; |
|
|
|
|
|
|
|
|
import { userConfig, hooks } from '#db/schema'; |
|
|
import { hooks } from '#db/repositories/hooks/schema'; |
|
|
|
|
|
import { userConfig } from '#db/repositories/userConfig/schema'; |
|
|
|
|
|
|
|
|
// maybe support multiple interfaces in the future
|
|
|
// maybe support multiple interfaces in the future
|
|
|
export const wgInterface = sqliteTable('interfaces_table', { |
|
|
export const wgInterface = sqliteTable('interfaces_table', { |
|
|
|