conversations-classic/src/main/java/eu/siacs
Alexander 9bff9900d1 move enabling of foreign key support to onConfigure (#3038)
This way we avoid repeating the code. Unlike getWritableDatabase, onConfigure is intended to be overridden.

In fact, onConfigure documentation specifically says: "Called when the database connection is being configured, to enable features such as write-ahead logging or *foreign key support*."
2018-05-20 15:54:56 +02:00
..
conversations move enabling of foreign key support to onConfigure (#3038) 2018-05-20 15:54:56 +02:00