Commit fa543f60 authored by Clark Lin's avatar Clark Lin
Browse files

Merge branch 'development' into 'main'

added feature of verb tense mass load and practice, with multiple other optimization

See merge request !5
parents 92ee2d30 f77f5bfc
prompt --application/shared_components/logic/application_items/fsp_language_preference
begin
-- Manifest
-- APPLICATION ITEM: FSP_LANGUAGE_PREFERENCE
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.04.28'
,p_release=>'23.1.0'
,p_default_workspace_id=>16017191443360494
,p_default_application_id=>10002
,p_default_id_offset=>0
,p_default_owner=>'STUDENT'
);
wwv_flow_imp_shared.create_flow_item(
p_id=>wwv_flow_imp.id(16858863443265330.10002)
,p_name=>'FSP_LANGUAGE_PREFERENCE'
,p_protection_level=>'N'
);
wwv_flow_imp.component_end;
end;
/
This diff is collapsed.
This diff is collapsed.
......@@ -11,6 +11,7 @@
"TENANT_ID" NUMBER,
"CALENDAR_COLOR" VARCHAR2(150),
"DELETED_FLAG" VARCHAR2(1),
"SORT_SEQUENCE" NUMBER(3,0),
CONSTRAINT "STDT_SUBJECTS_PK" PRIMARY KEY ("SUBJECT_ID")
USING INDEX ENABLE
) ;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment