first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
create database jru;
|
||||
create user jru_user with encrypted password 'nixxamere';
|
||||
grant all privileges on database jru to jru_user;
|
||||
|
||||
CREATE TABLE jru.java_versions (
|
||||
id SERIAL PRIMARY KEY,
|
||||
java_version varchar NULL,
|
||||
latest_release_packaged varchar NULL,
|
||||
latest_release_packaged_timestamp timestamp with time zone NULL
|
||||
);
|
||||
Reference in New Issue
Block a user