mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Added auth middleware. Added access control to apps
This commit is contained in:
@@ -7,7 +7,7 @@ const up = async (query) => {
|
||||
const template = {
|
||||
type: INTEGER,
|
||||
allowNull: true,
|
||||
defaultValue: 0,
|
||||
defaultValue: 1,
|
||||
};
|
||||
|
||||
for await (let table of tables) {
|
||||
|
||||
Reference in New Issue
Block a user