Skip to content

Commit

Permalink
Merge pull request #18 from fabrix-app/v1.5
Browse files Browse the repository at this point in the history
V1.5
  • Loading branch information
scott-wyatt authored Oct 7, 2018
2 parents 74ed447 + 5cb0b39 commit 48452c7
Show file tree
Hide file tree
Showing 5 changed files with 367 additions and 1,307 deletions.
12 changes: 12 additions & 0 deletions archetype/src/config/models.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* Database Models Configuration
* (app.config.models)
*
* Configure the ORM layers, connections, etc.
*
* @see {@link https://fabrix.app/docs/config/models}
*/
export const models = {
defaultStore: 'sqlitedev',
migrate: 'alter'
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* Database Configuration
* (app.config.database)
* Database Stores Configuration
* (app.config.stores)
*
* Configure the ORM layer, connections, etc.
* Configure the ORM layers, connections, etc.
*
* @see {@link http://fabrixjs.io/doc/config/stores}
* @see {@link https://fabrix.app/docs/config/stores}
*/
export const stores = {

Expand Down
12 changes: 0 additions & 12 deletions lib/archetype/src/config/models.ts

This file was deleted.

Loading

0 comments on commit 48452c7

Please sign in to comment.