add schools table

This commit is contained in:
2024-01-27 19:27:51 -06:00
parent 7ed54099e4
commit def464ce0a
3 changed files with 38 additions and 26 deletions

View File

@@ -1,6 +0,0 @@
begin;
-- insert some missing schools
insert into schools values
('txutper', 'University of Texas Permian Basin', 'Odessa', 'TX', 'USA'),
('txrange', 'Ranger College', 'Ranger', 'TX', 'USA');
commit;