mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
WIP sync client
This commit is contained in:
parent
508cfbc843
commit
f12ed8e0b2
12 changed files with 327 additions and 146 deletions
|
@ -8,7 +8,7 @@ import type {
|
|||
export class DurableChangesRepository implements ChangesRepository {
|
||||
constructor(private storage: DurableObjectStorage) {
|
||||
// #region DEV ONLY
|
||||
this.storage.sql.exec(`DROP TABLE IF EXISTS changes;`);
|
||||
// this.storage.sql.exec(`DROP TABLE IF EXISTS changes;`);
|
||||
// #endregion
|
||||
|
||||
this.storage.sql.exec(`CREATE TABLE IF NOT EXISTS changes(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue