Archived
1

Inline commands support (needed for pins handling)

This commit is contained in:
2017-11-26 07:55:13 +04:00
parent fed4a52075
commit a6811f61fc
4 changed files with 62 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ func CreateLocationsUp(tx *sql.Tx) error {
if err4 != nil {
return err2
}
_, err5 := tx.Exec("INSERT INTO `locations` VALUES(NULL, '🏙:', 'Город', NOW());")
_, err5 := tx.Exec("INSERT INTO `locations` VALUES(NULL, '🏙', 'Город', NOW());")
if err5 != nil {
return err2
}