759368142eec396d7b54ad72dc94a38459d1e3bf
chmalee
  Tue Dec 17 16:57:35 2024 -0800
Add a table with userName,quota to hgcentral so hubspace can have user-defined quotas, refs #31058

diff --git src/hg/lib/hubSpaceQuotas.as src/hg/lib/hubSpaceQuotas.as
new file mode 100644
index 0000000..4bf58ef
--- /dev/null
+++ src/hg/lib/hubSpaceQuotas.as
@@ -0,0 +1,6 @@
+table hubSpaceQuotas
+"Table for per-user quotas that differ from the default quota"
+    (
+    string userName; "userName in gbMembers"
+    bigint quota; "the users quota in gigabytes"
+    )