Hi Damith,

All the required tables are created through the scripts located at
'wso2is-5.0.0/dbscripts/'. Usually these IDN_* tables reside in identity
data-source, created with the scripts at
'wso2is-5.0.0/dbscripts/identity/'. When introducing a new table to a data
source, you should
- include the create table query in all the relevant script types (It's not
enough just to add this in H2. Should include in all the scripts for the
database types we support (MySQL, MSSQL etc..))
- should wait for identity.core to be active, in your feature, as that is
the component which initialize the database for identity data source.

Hope this helps.

Thanks,
Pushpalanka.
-- 
Pushpalanka Jayawardhana, B.Sc.Eng.(Hons).
Software Engineer, WSO2 Lanka (pvt) Ltd;  wso2.com/
Mobile: +94779716248
Blog: pushpalankajaya.blogspot.com/ | LinkedIn:
lk.linkedin.com/in/pushpalanka/ | Twitter: @pushpalanka


On Mon, Jun 15, 2015 at 11:50 AM, Damith Senanayake <[email protected]>
wrote:

> Hi,
>
> I am trying to implement a new feature and I need to introduce a new table
> to the embedded database. (namely, IDN_UID_USER).
>
>
> What is the normal way to properly do this rather than logging into the H2
> Console through the web interface?
>
> Thanks in advance
> --
> *-Damith Senanayake-*
> +94712205272
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to