[mob][photos] add comment
This commit is contained in:
parent
5a017616f5
commit
e3ea22f479
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ class FilesDB {
|
|||
// we need to write query based on that field
|
||||
static const columnMMdVisibility = 'mmd_visibility';
|
||||
|
||||
//If adding or removing a new column, make sure to update the `_columnNames` list
|
||||
//and update `_generateColumnsAndPlaceholdersForInsert` and
|
||||
//`_generateUpdateAssignmentsWithPlaceholders`
|
||||
static final migrationScripts = [
|
||||
...createTable(filesTable),
|
||||
...alterDeviceFolderToAllowNULL(),
|
||||
|
|
Loading…
Add table
Reference in a new issue