@moneypot/hub 1.16.0-dev.7 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -75,7 +75,7 @@ insert into hub.api_key default values returning key;
75
75
 
76
76
  ## Changelog
77
77
 
78
- You should always keep your hub server up to date as soon as possible.
78
+ You should always keep your hub server up to date as soon as possible. Never install an old, intermediate version: it may leave you without an automatic upgrade path.
79
79
 
80
80
  ### 1.16.x
81
81
 
@@ -1,16 +1,15 @@
1
-
2
1
  -- A simple single-room chat system
3
2
 
4
3
  -- Quick revert:
5
- drop table if exists hub.chat_message;
6
- drop view if exists hub.active_chat_mute;
7
- drop table if exists hub.chat_mute;
8
- drop table if exists hub.chat_rate_bucket;
9
- drop table if exists hub.chat_mod;
10
- drop type if exists hub.chat_message_type;
11
- alter table hub.experience drop column if exists user_id;
12
- alter table hub.user drop column if exists client_id;
13
- alter table hub.experience drop column if exists client_id;
4
+ -- drop table if exists hub.chat_message;
5
+ -- drop view if exists hub.active_chat_mute;
6
+ -- drop table if exists hub.chat_mute;
7
+ -- drop table if exists hub.chat_rate_bucket;
8
+ -- drop table if exists hub.chat_mod;
9
+ -- drop type if exists hub.chat_message_type;
10
+ -- alter table hub.experience drop column if exists user_id;
11
+ -- alter table hub.user drop column if exists client_id;
12
+ -- alter table hub.experience drop column if exists client_id;
14
13
 
15
14
  -- New helper function for RLS so we don't have to do a subquery
16
15
  create or replace function hub_hidden.is_experience_owner() returns boolean as $$
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneypot/hub",
3
- "version": "1.16.0-dev.7",
3
+ "version": "1.16.0",
4
4
  "author": "moneypot.com",
5
5
  "homepage": "https://moneypot.com/hub",
6
6
  "keywords": [