mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Fix: Field names in Product row query
This commit is contained in:
parent
a1e6b30408
commit
13479e27d2
@ -25,10 +25,10 @@ const val ROW_ICON = "icon"
|
||||
const val ROW_METADATA_ICON = "metadataIcon"
|
||||
const val ROW_RELEASES = "releases"
|
||||
const val ROW_CATEGORIES = "categories"
|
||||
const val ROW_ANTIFEATURES = "categories"
|
||||
const val ROW_LICENSES = "categories"
|
||||
const val ROW_DONATES = "categories"
|
||||
const val ROW_SCREENSHOTS = "categories"
|
||||
const val ROW_ANTIFEATURES = "antiFeatures"
|
||||
const val ROW_LICENSES = "licenses"
|
||||
const val ROW_DONATES = "donates"
|
||||
const val ROW_SCREENSHOTS = "screenshots"
|
||||
const val ROW_VERSION = "version"
|
||||
const val ROW_SIGNATURE = "signature"
|
||||
const val ROW_ID = "_id"
|
||||
|
Loading…
x
Reference in New Issue
Block a user