Skip to content

Commit 0afcfd7

Browse files
authored
Updated the outfall default type to FREE (#1560)
1 parent 26a45ea commit 0afcfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flo2d/db_structure.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ CREATE TABLE "user_swmm_outlets" (
13901390

13911391
--VARIABLES FROM .INP [OUTFALLS]:
13921392
"outfall_invert_elev" REAL DEFAULT 0,
1393-
"outfall_type" TEXT DEFAULT 'NORMAL',
1393+
"outfall_type" TEXT DEFAULT 'FREE',
13941394
"tidal_curve" TEXT DEFAULT '*',
13951395
"time_series" TEXT DEFAULT '*',
13961396
"fixed_stage" REAL DEFAULT 0,

0 commit comments

Comments
 (0)