Skip to content

Commit

Permalink
chore: bump up version to 0.6.1 ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Jan 9, 2022
1 parent 91a1788 commit bb4d2c9
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 442 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,6 @@ src/.legacy

# config.js
config.js

# use prisma db push
prisma/migrations
8 changes: 3 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Install</h1>
<p align="center">This Guide will help you install Meiling Gatekeeper in no time.</p>
<p align="right"><b>Last Update:</b> v.0.4.5</p>
<p align="right"><b>Last Update:</b> v.0.6.1</p>

## Getting Started
Hello, Welcome to Meiling Gatekeeper, an oAuth2 based authentication engine to build your customized login in no time.
Expand Down Expand Up @@ -60,10 +60,8 @@ You should set environment variable `DATABASE_URL` or edit [`.env` file](/.env)
* PostgreSQL: `postgresql://username:password@host:port/database?schema=public`
* Microsoft SQL Server, mongoDB: Please refer to [Prisma: Getting Started with Microsoft SQL Server](https://www.prisma.io/docs/concepts/components/preview-features/sql-server/sql-server-start-from-scratch-typescript#connect-your-database)

### Deploy Migration to Production
In order to deploy database migrations, run `yarn prisma migrate deploy`.

If you are using custom structure, Using `prisma db push` can be an alternative option for you.
### Deploy Database
Use `prisma db push` to deploy database to specified database you declared above.

## Configurations
From v0.4.0, Usage of `.env` is recommended than using `config.js`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meiling",
"version": "0.6.0",
"version": "0.6.1",
"description": "An easy-to-use, open-source, flexible oAuth2 Authentication Provider and OpenID Connect Server",
"main": "dist/",
"repository": "https://github.com/meiling-gatekeeper/meiling",
Expand Down
301 changes: 0 additions & 301 deletions prisma/migrations/20210202140259_/migration.sql

This file was deleted.

1 change: 0 additions & 1 deletion prisma/migrations/20210220103510_/migration.sql

This file was deleted.

2 changes: 0 additions & 2 deletions prisma/migrations/20210220183031_/migration.sql

This file was deleted.

1 change: 0 additions & 1 deletion prisma/migrations/20210222021851_/migration.sql

This file was deleted.

Loading

0 comments on commit bb4d2c9

Please sign in to comment.