Added user_id support, reinit OBJLoader to last version, cookie warning
This commit is contained in:
@@ -6,9 +6,6 @@ CREATE TABLE users (
|
||||
name char(50)
|
||||
);
|
||||
|
||||
-- Create dummy user
|
||||
INSERT INTO users(name) VALUES('Thomas');
|
||||
|
||||
CREATE TABLE arrowclicked(
|
||||
id SERIAL PRIMARY KEY,
|
||||
user_id SERIAL REFERENCES users (id),
|
||||
|
||||
Reference in New Issue
Block a user