diff options
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/common-0001.sql | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/exchangedb/common-0001.sql b/src/exchangedb/common-0001.sql index 564bf3b3..21f53110 100644 --- a/src/exchangedb/common-0001.sql +++ b/src/exchangedb/common-0001.sql @@ -2190,7 +2190,7 @@ $$;  COMMENT ON FUNCTION detach_default_partitions    IS 'We need to drop default and create new one before deleting the default partitions -      otherwise constraints get lost too. Might be needed in shardig too'; +      otherwise constraints get lost too. Might be needed in sharding too';  CREATE OR REPLACE FUNCTION drop_default_partitions() | 
