Skip to content

Commit

Permalink
feat: add @adonisjs/lucid/migration submodule
Browse files Browse the repository at this point in the history
Close #993
  • Loading branch information
Julien-R44 committed Jan 28, 2024
1 parent 42b46f3 commit 629ca32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"./seeders": "./build/src/seeders/main.js",
"./services/*": "./build/services/*.js",
"./types/*": "./build/src/types/*.js",
"./migration": "./build/src/migration/main.js",
"./database_provider": "./build/providers/database_provider.js"
},
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions src/migration/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* @adonisjs/lucid
*
* (c) AdonisJS
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

export { MigrationRunner } from './runner.js'

0 comments on commit 629ca32

Please sign in to comment.