1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-05-18 03:23:37 +08:00

Update README.md ()

Small fix to avoid error if the timescaledb extension is already
installed

Disable-check: force-changelog-file
Disable-check: commit-count
Disable-check: approval-count

Signed-off-by: Ramon Guiu <ramon@timescale.com>
This commit is contained in:
Ramon Guiu 2024-12-19 16:43:23 +01:00 committed by GitHub
parent 57be97462b
commit b01d83207b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@ You create a regular table and then convert it into a hypertable. A hypertable a
```sql
-- Create timescaledb extension
CREATE EXTENSION timescaledb;
CREATE EXTENSION IF NOT EXISTS timescaledb;
-- Create a regular SQL table
CREATE TABLE conditions (