mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Alter repository so GroupInvites.expiry can be NULL
This commit is contained in:
@@ -900,6 +900,11 @@ public class HSQLDBDatabaseUpdates {
|
||||
+ "ON DUPLICATE KEY UPDATE balance = new_row.balance");
|
||||
break;
|
||||
|
||||
case 63:
|
||||
// Group invites should allow NULL expiry column
|
||||
stmt.execute("ALTER TABLE GroupInvites ALTER COLUMN expiry SET NULL");
|
||||
break;
|
||||
|
||||
default:
|
||||
// nothing to do
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user