You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Today, I am adding a table to my Database I use with Schematic, and I'm metting SQL hassle again to properly add manually the new table in the @OnUpgrade annotated method. I think a version parameter on @Table annotation, with would default to 0, representing the first version which included the table would be a nice way to tell Schematic to add itself the table in the onUpgrade(...) android framework method, following the table contract which for now is only used to access the ContentProvider and when the database is first created.
The text was updated successfully, but these errors were encountered:
Hi!
Today, I am adding a table to my Database I use with Schematic, and I'm metting SQL hassle again to properly add manually the new table in the
@OnUpgrade
annotated method. I think aversion
parameter on@Table
annotation, with would default to 0, representing the first version which included the table would be a nice way to tell Schematic to add itself the table in theonUpgrade(...)
android framework method, following the table contract which for now is only used to access the ContentProvider and when the database is first created.The text was updated successfully, but these errors were encountered: