Versioning
Fork/mirror of https://gitlab.com/depesz/Versioning
git clone
https://ccx.te2000.cz/git/Versioning
Log
|
Files
|
Refs
|
README
|
LICENSE
000-base.sql (70B)
1
-- VPATCH
2
3
create table users (id serial primary key, username text);