Adds group configuration
This commit is contained in:
parent
0d9cf6a370
commit
154002f6f3
16 changed files with 633 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import {DatabaseDefinition} from "../DatabaseDefinition";
|
||||
|
||||
export type DBGroup = {
|
||||
export type DBGroupConfiguration = {
|
||||
id: number;
|
||||
groupid: number;
|
||||
key: string;
|
||||
|
|
@ -8,7 +8,7 @@ export type DBGroup = {
|
|||
}
|
||||
|
||||
const dbDefinition: DatabaseDefinition = {
|
||||
name: "groups",
|
||||
name: "groupConfiguration",
|
||||
columns: [
|
||||
{
|
||||
name: "id",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue