Hi All
Let`s say I have a table A in mydatabase.sqlite sitting in project resources root folder. A trigger has been created through SQLiteManager GUI. So far so good. When I install mydatabase through
Titanium.Database.install("mydatabase.sqlite", "mydatabase");while app is running, triggers do not get copied from mydatabase.sqlite to mydatabase.sql.
So, any trigger test queries failed.
I wonder why triggers are not being copied?
Thanks