1
0
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:
drh
2024-09-12 17:06:02 +00:00
parent 6df1de1c73
commit 40b831851e
3 changed files with 8 additions and 7 deletions

View File

@ -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: {