Skip to content

Commit

Permalink
Merge branch 'crowd-linux' into fix/github-icon-segments
Browse files Browse the repository at this point in the history
  • Loading branch information
garrrikkotua authored Jul 31, 2024
2 parents f14e6f0 + 431fd00 commit 7948fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/src/database/migrations/R__array_accum.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE AGGREGATE array_accum (ANYARRAY) (
CREATE OR REPLACE AGGREGATE array_accum (anycompatiblearray) (
SFUNC = array_cat,
STYPE = ANYARRAY,
STYPE = anycompatiblearray,
INITCOND = '{}'
);
);

0 comments on commit 7948fbb

Please sign in to comment.