summaryrefslogtreecommitdiff
path: root/migrations/0000_parallel_overlord.sql
blob: c1c0d287d6120cd1d7576e2097a629af7fb49966 (plain) (blame)
1
2
3
CREATE TABLE `groups` (
	`name` text NOT NULL
);