mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
Fix speeling
This commit is contained in:
parent
8f7f585e1c
commit
27cd0fa27d
@ -40,7 +40,7 @@ THEN
|
||||
RAISE WARNING E'%\n', format('Your license expired on %s', end_time);
|
||||
ELSIF now() + INTERVAL '1 week' >= end_time
|
||||
THEN
|
||||
RAISE WARNING E'%\n', format('Your license will expires on %s', end_time);
|
||||
RAISE WARNING E'%\n', format('Your license will expire on %s', end_time);
|
||||
END IF;
|
||||
|
||||
END;
|
||||
|
Loading…
x
Reference in New Issue
Block a user