mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Replica must be in writable_schema mode.
FossilOrigin-Name: e385525793c7d74ce8ee139c9d6cfc1248834754598f3fd45b22b9426ff106ee
This commit is contained in:
@ -1116,6 +1116,7 @@ static void replicaSide(SQLiteRsync *p){
|
||||
sqlite3_finalize(pStmt);
|
||||
writeByte(p, REPLICA_READY);
|
||||
fflush(p->pOut);
|
||||
runSql(p, "PRAGMA writable_schema=ON");
|
||||
break;
|
||||
}
|
||||
case ORIGIN_TXN: {
|
||||
|
Reference in New Issue
Block a user