Add support for UUID buckets in remote config

This commit is contained in:
Moxie Marlinspike
2020-01-21 14:38:47 -08:00
parent 08a70664f4
commit e4e20c2d25
8 changed files with 135 additions and 31 deletions

View File

@@ -287,7 +287,7 @@
<constraints nullable="false"/>
</column>
<column name="uuids" type="text []">
<column name="uuids" type="uuid[]">
<constraints nullable="false"/>
</column>
</createTable>