implemented content blocking
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'package:bang_navigator/features/content_block/data/models/host.dart';
|
||||
|
||||
CREATE TABLE host (
|
||||
hostname TEXT PRIMARY KEY NOT NULL,
|
||||
source ENUM(HostSource) NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE host_sync (
|
||||
source ENUM(HostSource) PRIMARY KEY NOT NULL,
|
||||
last_sync DATETIME NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user