Skip to content

Commit 246c34b

Browse files
committed
chore: wip
1 parent dbe537a commit 246c34b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+18
-14
lines changed

bun.lockb

0 Bytes
Binary file not shown.

storage/framework/core/actions/src/database/fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import User from '../../../../../../../app/Models/User'
1+
import User from '../../../../../../app/Models/User'
22

33
const fields = User.fields // Assuming you have a specific type for fields
44

storage/framework/core/actions/src/database/migration-mysql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import User from '../../../../../../../app/Models/User'
1+
import User from '../../../../../../app/Models/User'
22
import { fieldAssociation, fieldEntity, modelEntity } from './fields'
33

44
const file = Bun.file('user-migration.ts')

storage/framework/core/actions/src/database/migration-sqlite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// import { generateMigrationFile } from '@stacksjs/database'
2-
import User from '../../../../../../../app/Models/User'
2+
import User from '../../../../../../app/Models/User'
33
import { fieldAssociation, modelEntity } from './fields'
44

55
const file = Bun.file('user-migration.ts')

storage/framework/core/buddy

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)