mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
5 lines
162 B
MySQL
5 lines
162 B
MySQL
|
/* Make callsigns nullable, and thus optional. */
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_repository.repository
|
||
|
CHANGE callsign callsign VARCHAR(32) COLLATE {$COLLATE_SORT};
|