Seed data
This commit is contained in:
parent
a6f3a47c36
commit
86d2aef435
4
database/data/apps.csv
Normal file
4
database/data/apps.csv
Normal file
@ -0,0 +1,4 @@
|
||||
"app_id";"description_";"is_visible"
|
||||
770;"Master app; shared pages and components";""
|
||||
777;"Empty app for quick start";"Y"
|
||||
780;"Polling app similar to Doodle but customized for business needs";"Y"
|
||||
|
10
database/data/events.csv
Normal file
10
database/data/events.csv
Normal file
@ -0,0 +1,10 @@
|
||||
"app_id";"event_id";"event_name";"event_group";"description_";"is_active"
|
||||
770;"ROLE_CREATED";"";"CORE";"";"Y"
|
||||
770;"ROLE_DELETED";"";"";"";"Y"
|
||||
770;"ROLE_ID_CHANGED";"Role Id Changed";"CORE";"";"Y"
|
||||
770;"SETTING_CONTEXTS_CHANGED";"";"CORE";"";"Y"
|
||||
770;"SETTINGS_CHANGED";"";"CORE";"";"Y"
|
||||
770;"USER_CREATED";"User Created";"CORE";"";"Y"
|
||||
770;"USER_DELETED";"User Deleted";"CORE";"";"Y"
|
||||
770;"USER_ID_CHANGED";"User Id Changed";"CORE";"";"Y"
|
||||
770;"USERS";"";"";"";"Y"
|
||||
|
4
database/data/logs_blacklist.csv
Normal file
4
database/data/logs_blacklist.csv
Normal file
@ -0,0 +1,4 @@
|
||||
"app_id";"flag";"user_id";"page_id";"module_like";"action_like"
|
||||
770;"M";"";"";"APP.PROCESS_DML_ERRORS";""
|
||||
770;"P";"";"";"APP.CREATE_SESSION";"PLUGIN=%"
|
||||
770;"P";"";"";"APP.CREATE_SESSION";"APPLICATION_PROCESS=AJAX_PING"
|
||||
|
3
database/data/mail_schedules.csv
Normal file
3
database/data/mail_schedules.csv
Normal file
@ -0,0 +1,3 @@
|
||||
"app_id";"schedule_id";"schedule_group";"description_";"schedule_month";"schedule_day";"schedule_weekday";"schedule_hour";"schedule_minute";"schedule_interval"
|
||||
770;"T2";"";"";"";"";"MON,TUE, FRI";"";"0";""
|
||||
770;"TEST";"";"AA";"";"";"MON-FRI";"8-12, 13-17";"";"5"
|
||||
|
2
database/data/mail_subscriptions.csv
Normal file
2
database/data/mail_subscriptions.csv
Normal file
@ -0,0 +1,2 @@
|
||||
"app_id";"event_id";"role_id";"schedule_id";"template_id";"eval_function";"is_active";"processed_log_id";"processed_at"
|
||||
770;"USERS";"IS_ADMINISTRATOR";"TEST";"TEST";"";"Y";"";""
|
||||
|
35
database/data/navigation.csv
Normal file
35
database/data/navigation.csv
Normal file
@ -0,0 +1,35 @@
|
||||
"app_id";"page_id";"parent_id";"order#";"is_hidden";"is_reset";"is_shared"
|
||||
770;0;"";599;"";"";""
|
||||
770;100;"";100;"";"Y";""
|
||||
770;900;"";900;"";"Y";"Y"
|
||||
770;901;900;10;"";"Y";"Y"
|
||||
770;902;901;10;"Y";"Y";"Y"
|
||||
770;905;900;30;"";"Y";"Y"
|
||||
770;910;900;45;"";"Y";"Y"
|
||||
770;915;900;15;"";"Y";"Y"
|
||||
770;920;900;20;"";"Y";"Y"
|
||||
770;925;900;25;"";"Y";"Y"
|
||||
770;940;900;35;"";"Y";"Y"
|
||||
770;945;900;40;"";"Y";"Y"
|
||||
770;947;945;10;"Y";"";""
|
||||
770;950;"";950;"";"Y";"Y"
|
||||
770;951;950;10;"";"Y";"Y"
|
||||
770;952;950;15;"";"Y";"Y"
|
||||
770;955;950;20;"";"Y";"Y"
|
||||
770;960;950;25;"";"Y";"Y"
|
||||
770;961;960;10;"Y";"Y";"Y"
|
||||
770;965;950;30;"";"Y";"Y"
|
||||
770;969;950;35;"";"Y";"Y"
|
||||
770;970;900;50;"";"Y";"Y"
|
||||
770;990;"";990;"";"Y";"Y"
|
||||
770;991;"";890;"";"Y";"Y"
|
||||
770;995;990;10;"";"Y";"Y"
|
||||
770;996;900;55;"";"Y";"Y"
|
||||
770;997;990;15;"";"Y";"Y"
|
||||
770;9999;"";999;"";"Y";""
|
||||
777;0;"";599;"";"Y";""
|
||||
777;100;"";100;"";"Y";""
|
||||
777;9999;"";999;"";"Y";""
|
||||
780;0;"";599;"";"Y";""
|
||||
780;100;"";100;"";"Y";"Y"
|
||||
780;9999;"";999;"";"Y";""
|
||||
|
3
database/data/roles.csv
Normal file
3
database/data/roles.csv
Normal file
@ -0,0 +1,3 @@
|
||||
"app_id";"role_id";"role_name";"role_group";"description_";"is_active";"order#"
|
||||
770;"IS_ADMINISTRATOR";"Administrator";"";"";"Y";1
|
||||
780;"IS_TESTER";"";"";"";"Y";""
|
||||
|
3
database/data/setting_contexts.csv
Normal file
3
database/data/setting_contexts.csv
Normal file
@ -0,0 +1,3 @@
|
||||
"app_id";"context_id";"context_name";"description_";"order#"
|
||||
770;"CZ";"";"";1
|
||||
770;"SK";"";"";5
|
||||
|
8
database/data/settings.csv
Normal file
8
database/data/settings.csv
Normal file
@ -0,0 +1,8 @@
|
||||
"app_id";"setting_name";"setting_value";"setting_context";"setting_group";"is_numeric";"is_date";"is_private";"description_"
|
||||
770;"SMTP_FROM";"Jan Květina <jan.kvetina@gmail.com>";"";"CORE";"";"";"Y";"Sender address"
|
||||
770;"SMTP_HOST";"smtp.email.eu-frankfurt-1.oci.oraclecloud.com";"";"CORE";"";"";"Y";"SMTP server"
|
||||
770;"SMTP_PORT";"587";"";"CORE";"Y";"";"Y";""
|
||||
770;"SMTP_PWD";"XnS{<BVsqP1:9JLofxLZ";"";"CORE";"";"";"Y";"Cloud account password"
|
||||
770;"SMTP_USER";"ocid1.user.oc1..aaaaaaaa4cmjjlmlnp6hw2enittbsypwjgl25wnvtsyzk5ctyrbhs56thm6q@ocid1.tenancy.oc1..aaaaaaaa24nurdo5aezubzfxvyqwvjfgjafm63wdvkrrdpnfup767copwz7a.bw.com";"";"CORE";"";"";"Y";"Cloud account username"
|
||||
770;"TEST";"DEF";"";"DEMO";"";"";"";""
|
||||
780;"TEST_POLL";"1";"";"";"Y";"";"";""
|
||||
|
240
database/data/translated_items.csv
Normal file
240
database/data/translated_items.csv
Normal file
File diff suppressed because one or more lines are too long
6
database/data/translated_messages.csv
Normal file
6
database/data/translated_messages.csv
Normal file
@ -0,0 +1,6 @@
|
||||
"app_id";"message";"value_en";"value_cz";"value_sk";"value_pl";"value_hu"
|
||||
770;"CONSTRAINT_ERROR|CH_MAIL_SCHEDULES_MIN_OR_INT";"Minute or interval missing";"Chybí minuty nebo interval";"Chýba minúta alebo interval";"Brak minuty lub przedziału czasowego";"Perc vagy intervallum hiányzik"
|
||||
770;"ERROR_NO_DATA_FOUND";"No data found";"Nebyly nalezeny žádná data";"Nenašli sa žiadne údaje";"Nie znaleziono danych";"Nem találtak adatot"
|
||||
770;"GRID_NO_ROWS_FOUND";"No rows found";"Nebyly nalezeny žádné řádky";"Nenašli sa žiadne riadky";"Nie znaleziono wierszy";"Nem találtunk sorokat"
|
||||
770;"MVW_REFRESHED";"Materialized views refreshed";"MVW aktualizován";"Obnovenie materializovaných zobrazení";"Odświeżanie widoków zmaterializowanych";"Materializált nézetek frissítése"
|
||||
770;"MVW_SCHEDULED";"Refreshing MVW on background";"Aktualizace MVW na pozadí";"Obnovenie MVW na pozadí";"Odświeżanie MVW w tle";"MVW frissítése a háttérben"
|
||||
|
2
database/data/user_messages.csv
Normal file
2
database/data/user_messages.csv
Normal file
@ -0,0 +1,2 @@
|
||||
"1"
|
||||
1
|
||||
|
4
database/data/user_roles.csv
Normal file
4
database/data/user_roles.csv
Normal file
@ -0,0 +1,4 @@
|
||||
"app_id";"user_id";"role_id"
|
||||
770;"DANIEL";"IS_ADMINISTRATOR"
|
||||
770;"DEV";"IS_ADMINISTRATOR"
|
||||
770;"MADY";"IS_ADMINISTRATOR"
|
||||
|
7
database/data/users.csv
Normal file
7
database/data/users.csv
Normal file
@ -0,0 +1,7 @@
|
||||
"user_id";"user_login";"user_name";"lang_id";"is_active"
|
||||
"ARMANDO";"ARMANDO";"";"";"Y"
|
||||
"DANIEL";"DANIEL";"";"";"Y"
|
||||
"DEV";"DEV";"Jan Květina";"EN";"Y"
|
||||
"jan.kvetina@gmail.com";"JAN.KVETINA@GMAIL.COM";"";"";"Y"
|
||||
"MADY";"MADY";"";"";"Y"
|
||||
"TEST";"Test";"";"";""
|
||||
|
Loading…
x
Reference in New Issue
Block a user