Initial commit: Open sourcing all of the Maple Open Technologies code.
This commit is contained in:
commit
755d54a99d
2010 changed files with 448675 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
CREATE TABLE IF NOT EXISTS maplepress.sites_by_tenant (
|
||||
tenant_id UUID,
|
||||
created_at TIMESTAMP,
|
||||
id UUID,
|
||||
domain TEXT,
|
||||
status TEXT,
|
||||
is_verified BOOLEAN,
|
||||
PRIMARY KEY (tenant_id, created_at, id)
|
||||
) WITH CLUSTERING ORDER BY (created_at DESC, id ASC);
|
||||
Loading…
Add table
Add a link
Reference in a new issue