You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMMENT ON TABLE maevsi_private.account IS 'Private account data.';
@@ -24,11 +24,11 @@ COMMENT ON COLUMN maevsi_private.account.email_address IS 'The account''s email
24
24
COMMENT ON COLUMN maevsi_private.account.email_address_verification IS 'The UUID used to verify an email address, or null if already verified.';
25
25
COMMENT ON COLUMN maevsi_private.account.email_address_verification_valid_until IS 'The timestamp until which an email address verification is valid.';
26
26
COMMENT ON COLUMN maevsi_private.account.last_activity IS 'Timestamp at which the account last requested an access token.';
27
+
COMMENT ON COLUMN maevsi_private.account.location_id IS 'Reference to the account''s location data.';
27
28
COMMENT ON COLUMN maevsi_private.account.password_hash IS 'The account''s password, hashed and salted.';
28
29
COMMENT ON COLUMN maevsi_private.account.password_reset_verification IS 'The UUID used to reset a password, or null if there is no pending reset request.';
29
30
COMMENT ON COLUMN maevsi_private.account.password_reset_verification_valid_until IS 'The timestamp until which a password reset is valid.';
30
31
COMMENT ON COLUMN maevsi_private.account.upload_quota_bytes IS 'The account''s upload quota in bytes.';
31
-
COMMENT ON COLUMN maevsi_private.account.location_id IS 'Reference to the account''s location data.';
32
32
33
33
CREATEFUNCTIONmaevsi_private.account_email_address_verification_valid_until() RETURNS TRIGGER AS $$
0 commit comments