From ba72e143134581715ff6fb474d99f6d04723850e Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 25 Sep 2023 10:05:06 +0100 Subject: [PATCH] Add manual source_type Signed-off-by: Graham --- .../org/openrs2/archive/migrations/V21__manual_source.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 archive/src/main/resources/org/openrs2/archive/migrations/V21__manual_source.sql diff --git a/archive/src/main/resources/org/openrs2/archive/migrations/V21__manual_source.sql b/archive/src/main/resources/org/openrs2/archive/migrations/V21__manual_source.sql new file mode 100644 index 00000000..9df2347a --- /dev/null +++ b/archive/src/main/resources/org/openrs2/archive/migrations/V21__manual_source.sql @@ -0,0 +1,3 @@ +-- @formatter:off + +ALTER TYPE source_type ADD VALUE 'manual';