Skip to content

Commit 38a845f

Browse files
pietroalbiniJoshua Nelson
and
Joshua Nelson
authored
Update migration description
Co-Authored-By: Joshua Nelson <[email protected]>
1 parent 2cc81d9 commit 38a845f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db/migrate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ fn migrate_inner(version: Option<Version>, conn: &Connection, apply_mode: ApplyM
274274
// version
275275
7,
276276
// description
277-
"Change sandbox_overrides's max_memory_bytes to BIGINT",
277+
"Allow memory limits of more than 4 GB",
278278
// upgrade query
279279
"ALTER TABLE sandbox_overrides ALTER COLUMN max_memory_bytes TYPE BIGINT;",
280280
// downgrade query

0 commit comments

Comments
 (0)