diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-05-10 21:22:32 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-05-10 21:22:32 -0600 |
| commit | a60fa48142fe205a4ac3802336da83dff1242c5e (patch) | |
| tree | da50a28c3abc1959724038b0bd80f48d3c2615a0 /sql | |
| parent | a90d9f82753b4269d449c0efc40a47e976b7b953 (diff) | |
generalized About Us for Lessons and Gigs
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/tables/general.about_us.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/tables/general.about_us.sql b/sql/tables/general.about_us.sql index 237065b..b199daf 100644 --- a/sql/tables/general.about_us.sql +++ b/sql/tables/general.about_us.sql @@ -2,5 +2,6 @@ drop table general.about_us cascade; create table general.about_us ( id serial8 primary key, + category character varying(255), content text ); |
