File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ //registry.npmjs.org/:_authToken = ${ NPM_TOKEN }
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ And it is touching your database 🤷🏻♂️.
8
8
9
9
## Usage:
10
10
11
- 1 . Install the extension: ` npm install directus-extension-schema-sync ` .
11
+ 1 . Install the extension: ` npm install directus-extension-schema-merge ` .
12
12
2 . Export your schema: ` directus schema-merge snapshot --output schema.yml ` :
13
13
3 . Import your schema ` directus schema-merge apply schema.yml `
Original file line number Diff line number Diff line change 2
2
"name" : " directus-extension-schema-merge" ,
3
3
"description" : " The directus schema command but it avoids git conflicts" ,
4
4
"icon" : " extension" ,
5
- "version" : " 0.9.1 " ,
5
+ "version" : " 0.9.2 " ,
6
6
"keywords" : [
7
7
" directus" ,
8
8
" directus-extension" ,
You can’t perform that action at this time.
0 commit comments