mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Added some corrections to the SQLite CRUD commands, as the comments were off for some of them.
This commit is contained in:
@ -102,7 +102,7 @@ func updateItemByID(id, feedName):
|
||||
|
||||
# This will update an Collection's Item Alias record under your desired ID.
|
||||
# Example of how to use updateCollectionAliasByID
|
||||
# updateItemByID(1, "Electric Guitar")
|
||||
# updateCollectionAliasByID(1, "Electric Guitar")
|
||||
func updateCollectionAliasByID(id, feedName):
|
||||
db.open_db()
|
||||
var tableName = "collection"
|
||||
|
Reference in New Issue
Block a user