> show columns from group_member;
+------------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------+------------------+------+-----+---------+----------------+
| id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| gid | int(10) unsigned | NO | MUL | 0 | |
| contact-id | int(10) unsigned | NO | MUL | 0 | |
+------------+------------------+------+-----+---------+----------------+
3 rows in set (0.002 sec)
bin/console dbstructure update -f
runs without any response.> desc group;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'group' at line 1
All persons use Friendica and are registered on the same server instance (friendica.ucy.de).