forked from Qortal/qortal
Alter repository so GroupInvites.expiry can be NULL
This commit is contained in:
parent
7a7ca4b684
commit
a5c889c312
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user