replace todo with embedder; add fullscreen support
This commit is contained in:
parent
2043937909
commit
44da6f3720
7 changed files with 130 additions and 42 deletions
|
@ -69,7 +69,7 @@ function onError(error: any) {
|
|||
}
|
||||
|
||||
db.serialize(function() {
|
||||
// create the database schema for the todos app
|
||||
// create the database schema for the embedders app
|
||||
db.run("CREATE TABLE IF NOT EXISTS users ( \
|
||||
id INTEGER PRIMARY KEY, \
|
||||
username TEXT UNIQUE, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue