Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
6b4f834d
Verified
Commit
6b4f834d
authored
Jun 21, 2018
by
Alexis Ragot
Browse files
fix sql data
parent
84dbec32
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/maarchRM/batch/0-token.txt
View file @
6b4f834d
AUTH=ABjHAkI20y/RfLQ6YqkFhI4YnGDQ+ITnofYu5TFmNIVzuVb5Yqhf1HcQnh30E66zin6CPK90fBI=
\ No newline at end of file
AUTH=phdF9WkJuTKkDuPXoqDZuOjLMAFGC6ZrzrSEEqC9YjJN9CZUNWsAOPn1I+PaDT2+g3S2i2/qgt5/Wo4ra68GTAfXSmzR8+IraIzVgvp4+7cQHvlfg7zofQ==
data/maarchRM/sql/pgsql/demo.sql
View file @
6b4f834d
...
...
@@ -333,7 +333,7 @@ INSERT INTO "auth"."account" ("accountType", "accountId", "lastName", "firstName
INSERT
INTO
"auth"
.
"account"
(
"accountType"
,
"accountId"
,
"lastName"
,
"firstName"
,
"title"
,
"displayName"
,
"accountName"
,
"emailAddress"
,
"password"
,
"enabled"
,
"passwordChangeRequired"
,
"passwordLastChange"
,
"locked"
,
"badPasswordCount"
,
"lastLogin"
,
"lastIp"
,
"replacingUserAccountId"
)
VALUES
(
'user'
,
'ddur'
,
'DUR'
,
'Dominique'
,
'Mme'
,
'Dominique DUR'
,
'ddur'
,
'info@maarch.org'
,
'fffd2272074225feae229658e248b81529639e6199051abdeb49b6ed60adf13d'
,
true
,
false
,
null
,
false
,
0
,
null
,
null
,
null
);
INSERT
INTO
"auth"
.
"account"
(
"accountType"
,
"accountId"
,
"lastName"
,
"firstName"
,
"title"
,
"displayName"
,
"accountName"
,
"emailAddress"
,
"password"
,
"enabled"
,
"passwordChangeRequired"
,
"passwordLastChange"
,
"locked"
,
"badPasswordCount"
,
"lastLogin"
,
"lastIp"
,
"replacingUserAccountId"
)
VALUES
(
'user'
,
'ssissoko'
,
'SISSOKO'
,
'Sylvain'
,
'M.'
,
'Sylvain SISSOKO'
,
'ssissoko'
,
'info@maarch.org'
,
'fffd2272074225feae229658e248b81529639e6199051abdeb49b6ed60adf13d'
,
true
,
false
,
null
,
false
,
0
,
null
,
null
,
null
);
INSERT
INTO
"auth"
.
"account"
(
"accountType"
,
"accountId"
,
"displayName"
,
"accountName"
,
"emailAddress"
,
"enabled"
)
VALUES
(
'service'
,
'System'
,
'Système'
,
'Systeme'
,
'info@maarch.org'
,
true
);
INSERT
INTO
"auth"
.
"account"
(
"accountType"
,
"accountId"
,
"displayName"
,
"accountName"
,
"emailAddress"
,
"password"
,
"salt"
,
"tokenDate"
,
"enabled"
)
VALUES
(
'service'
,
'System'
,
'Système'
,
'Systeme'
,
'info@maarch.org'
,
'phdF9WkJuTKkDuPXoqDZuOjLMAFGC6ZrzrSEEqC9YjJN9CZUNWsAOPn1I+PaDT2+g3S2i2/qgt5/Wo4ra68GTAfXSmzR8+IraIzVgvp4+7cQHvlfg7zofQ=='
,
'5440ff64f62bfb39300fc4d46451f5a2'
,
'2018-06-21 09:12:24.256064'
,
true
);
INSERT
INTO
"organization"
.
"userPosition"
(
"userAccountId"
,
"orgId"
,
"function"
,
"default"
)
VALUES
(
'ppetit'
,
'ACME'
,
''
,
true
);
INSERT
INTO
"organization"
.
"userPosition"
(
"userAccountId"
,
"orgId"
,
"function"
,
"default"
)
VALUES
(
'aadams'
,
'DESR'
,
''
,
true
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment